Verbiage fix in org app
authorSverre Rabbelier <srabbelier@gmail.com>
Sun, 15 Mar 2009 14:55:45 +0000
changeset 1869 9552c2499201
parent 1868 6847be02943a
child 1870 ea7019607df2
Verbiage fix in org app Patch by: Sverre Rabbelier
app/soc/models/org_app.py
--- a/app/soc/models/org_app.py	Sun Mar 15 14:53:00 2009 +0000
+++ b/app/soc/models/org_app.py	Sun Mar 15 14:55:45 2009 +0000
@@ -49,7 +49,8 @@
 
   prior_application = db.TextProperty(required=False, verbose_name=ugettext(
       'If your group has not previously participated, have you applied in'
-      ' the past?  If so, for what sort of participation?'))
+      ' the past?  If so, for what programs/initiatives?'
+      ' (e.g. Google Summer of Code 2007)'))
 
   license_name = db.StringProperty(required=True, choices=licenses.LICENSES,
       verbose_name=ugettext('What license does your organization use?'))