diff -r 31412adee482 -r dc6d44e69a70 web/views/management.py --- a/web/views/management.py Wed Jun 03 09:09:33 2009 +0200 +++ b/web/views/management.py Thu Apr 04 13:49:34 2019 +0200 @@ -33,7 +33,7 @@ _("permission"), _('granted to groups'), _('rql expressions'))) for access_type in access_types: w(u'') - w(u'%s' % _('%s_perm' % access_type)) + w(u'%s' % self.req.__('%s_perm' % access_type)) groups = eschema.get_groups(access_type) l = [] groups = [(_(group), group) for group in groups]