author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Fri, 18 Dec 2009 14:12:53 +0100 | |
changeset 4139 | 2718f2fd0576 |
parent 4138 | d087a3a3b16f |
child 4140 | 46ddd27a4ca4 |
schemas/base.py | file | annotate | diff | comparison | revisions |
--- a/schemas/base.py Fri Dec 18 14:10:05 2009 +0100 +++ b/schemas/base.py Fri Dec 18 14:12:53 2009 +0100 @@ -37,7 +37,7 @@ in_group = SubjectRelation('CWGroup', cardinality='+*', constraints=[RQLConstraint('NOT O name "owners"')], - description=_('groups grant __permissions__ to the user')) + description=_('groups grant permissions to the user')) class EmailAddress(EntityType):