Skip to content

Commit e5c148f

Browse files
committed
Fix typo.
1 parent 62400a6 commit e5c148f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/actions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ def permission(self, designator):
6464
if not self.db.security.hasPermission('Edit', self.db.getuid(),
6565
classname=classname, itemid=itemid):
6666
raise Unauthorised(self._('You do not have permission to '
67-
'%(action)s the %(classname)s class.')%info)
67+
'retire the %(classname)s class.')%classname)
6868

0 commit comments

Comments
 (0)