app/soc/models/role.py
changeset 1090 e4c2ccbeb25a
parent 1085 0afbdd0905ef
child 1131 9dd535241841
--- 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):