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):