# HG changeset patch # User Sverre Rabbelier # Date 1237128945 0 # Node ID 9552c24992018485e9a99b04862bb1771a8945dd # Parent 6847be02943a5d1b1b6d3077bc7c42cd0d8d7b2c Verbiage fix in org app Patch by: Sverre Rabbelier diff -r 6847be02943a -r 9552c2499201 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?'))