Added missing dot.
authorSverre Rabbelier <srabbelier@gmail.com>
Fri, 30 Jan 2009 21:59:13 +0000
changeset 1090 e4c2ccbeb25a
parent 1089 810d466514c9
child 1091 0e648c690bb7
Added missing dot. Patch by: Sverre Rabbelier
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):