web/views/management.py
branchtls-sprint
changeset 1806 e94b65445826
parent 1641 2c80b09d8d86
child 1877 10b9feeb7905
--- a/web/views/management.py	Thu May 14 12:34:20 2009 +0200
+++ b/web/views/management.py	Thu May 14 12:43:48 2009 +0200
@@ -33,7 +33,7 @@
             _("permission"), _('granted to groups'), _('rql expressions')))
         for access_type in access_types:
             w(u'<tr>')
-            w(u'<td>%s</td>' % _('%s_perm' % access_type))
+            w(u'<td>%s</td>' % self.req.__('%s_perm' % access_type))
             groups = eschema.get_groups(access_type)
             l = []
             groups = [(_(group), group) for group in groups]