app/soc/models/request.py
changeset 959 b6e8750c9407
parent 928 df051fc9d7a1
child 970 8b5611d5b053
--- a/app/soc/models/request.py	Sat Jan 24 12:51:47 2009 +0000
+++ b/app/soc/models/request.py	Sat Jan 24 12:54:59 2009 +0000
@@ -52,7 +52,6 @@
   #           the user access to create the role
   state = db.StringProperty(required=True, default='new',
       choices=['new', 'group_accepted', 'completed', 'rejected','ignored'])
-  state.help_text = ugettext_lazy(
-      'Shows the state of the request')
+  state.help_text = ugettext_lazy('Shows the state of the request')