Typo and thinko fix in accepted_orgs_msg
authorSverre Rabbelier <srabbelier@gmail.com>
Fri, 20 Mar 2009 23:21:21 +0000
changeset 1969 236f677c158c
parent 1968 23fa129b7cad
child 1970 385ce0c25bd0
Typo and thinko fix in accepted_orgs_msg Patch by: Sverre Rabbelier
app/soc/models/program.py
--- a/app/soc/models/program.py	Fri Mar 20 22:50:34 2009 +0000
+++ b/app/soc/models/program.py	Fri Mar 20 23:21:21 2009 +0000
@@ -67,10 +67,10 @@
       ' but in <u>2009</u>!</tt><br><br>'
       '<small><i>(rich text formatting is supported)</i></small>')
 
-  #: Required field storing description of the group.
+  #: Message displayed at the top of the accepted organizations page.
   accepted_orgs_msg = db.TextProperty(required=False,
       verbose_name=ugettext('Accepted Organizations Message'))
-  accepted_orgs_msg.help_text = ugettext(
+  accepted_orgs_msg.example_text = ugettext(
       '<small><i>for example:</i></small><br>'
       '<tt>Students who wish to participate can find out more about'
       ' each mentoring organization below.</tt><br><br>'