From: stefan Date: Wed, 17 Jun 2009 01:26:34 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b4b2be4cbe348d39029b8f925010e647ae61e5b9;p=roundup.git Fix typo. git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4218 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/roundup/actions.py b/roundup/actions.py index 0741aed..ea1a15e 100644 --- a/roundup/actions.py +++ b/roundup/actions.py @@ -64,5 +64,5 @@ class Retire(Action): if not self.db.security.hasPermission('Edit', self.db.getuid(), classname=classname, itemid=itemid): raise Unauthorised(self._('You do not have permission to ' - '%(action)s the %(classname)s class.')%info) + 'retire the %(classname)s class.')%classname)