Mercurial > p > roundup > code
diff roundup/actions.py @ 4125:d499c3499d18
Fix typo.
| author | Stefan Seefeld <stefan@seefeld.name> |
|---|---|
| date | Wed, 17 Jun 2009 01:26:34 +0000 |
| parents | bbab97f8ffb2 |
| children | 13b3155869e0 |
line wrap: on
line diff
--- a/roundup/actions.py Wed Jun 17 01:26:04 2009 +0000 +++ b/roundup/actions.py Wed Jun 17 01:26:34 2009 +0000 @@ -64,5 +64,5 @@ 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)
