Comment 0 for bug 161906

Revision history for this message
Christophe Combelles (ccomb) wrote :

zope/app/securitypolicy/browser/manage_permissionsform.pt:36 :
"Roles assigned to the permission ${perm_title} (id: ${perm_id})"

Roles are not assigned to permission, but permissions are assigned to roles.
So the sentence should be inverted:

Roles to which the permission ${perm_title} (id: ${perm_id}) is assigned"
or
Roles that have the permission ${perm_title} (id: ${perm_id}) is assigned"