Replaced a '.' with '?' in org app
authorSverre Rabbelier <srabbelier@gmail.com>
Sun, 15 Mar 2009 15:21:06 +0000
changeset 1871 091118f6e886
parent 1870 ea7019607df2
child 1872 7b3ba4d80b35
Replaced a '.' with '?' in org app Patch by: Sverre Rabbelier
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'