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?'))