diff -r b4309e3cb899 -r b6e8750c9407 app/soc/models/request.py --- 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')