# HG changeset patch # User Sverre Rabbelier # Date 1237130466 0 # Node ID 091118f6e88669993a1c73d71a42ace9fb1f5545 # Parent ea7019607df213e107c2cc53d8d381c574360c0a Replaced a '.' with '?' in org app Patch by: Sverre Rabbelier diff -r ea7019607df2 -r 091118f6e886 app/soc/models/org_app.py --- a/app/soc/models/org_app.py Sun Mar 15 15:07:38 2009 +0000 +++ b/app/soc/models/org_app.py Sun Mar 15 15:21:06 2009 +0000 @@ -72,7 +72,7 @@ contrib_template = db.TextProperty(required=False, verbose_name=ugettext( 'What is the application template you would like contributors' - ' to your organization to use.')) + ' to your organization to use?')) contrib_template.help_text = ugettext( 'This template can be used by contributors, such as students' ' and other non-member participants, when they apply to contribute'