Mercurial > p > roundup > code
changeset 4125:d499c3499d18
Fix typo.
| author | Stefan Seefeld <stefan@seefeld.name> |
|---|---|
| date | Wed, 17 Jun 2009 01:26:34 +0000 |
| parents | 0ad79301f055 |
| children | e67379669e11 |
| files | roundup/actions.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)
