# HG changeset patch # User Sverre Rabbelier # Date 1233352753 0 # Node ID e4c2ccbeb25ad2f32973c5bf7c7318013e38b6be # Parent 810d466514c9b17762e71e727a22da8837c2a19e Added missing dot. Patch by: Sverre Rabbelier diff -r 810d466514c9 -r e4c2ccbeb25a app/soc/models/role.py --- a/app/soc/models/role.py Fri Jan 30 21:58:53 2009 +0000 +++ b/app/soc/models/role.py Fri Jan 30 21:59:13 2009 +0000 @@ -302,7 +302,7 @@ choices=['active','invalid','inactive'], verbose_name=ugettext('Status of this Role')) status.help_text = ugettext( - 'Indicates the status of the role concerning which privileges may be used') + 'Indicates the status of the role concerning which privileges may be used.') def name(self):