Minor textual changes in the StudentProposal model.
authorLennard de Rijk <ljvderijk@gmail.com>
Fri, 13 Mar 2009 20:25:18 +0000
changeset 1837 27428cd5b98f
parent 1836 1ca77835020a
child 1838 5a8a254af95b
Minor textual changes in the StudentProposal model. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
app/soc/models/student_proposal.py
--- a/app/soc/models/student_proposal.py	Fri Mar 13 18:41:35 2009 +0000
+++ b/app/soc/models/student_proposal.py	Fri Mar 13 20:25:18 2009 +0000
@@ -44,13 +44,13 @@
   #: Required field indicating the "title" of the proposal
   title = db.StringProperty(required=True,
       verbose_name=ugettext('Title'))
-  title.help_text = ugettext('title of the proposal')
+  title.help_text = ugettext('Title of the proposal')
 
   #: required, text field used for different purposes,
   #: depending on the specific type of the proposal
   abstract = db.TextProperty(required=True)
   abstract.help_text = ugettext(
-      'short abstract, summary, or snippet;'
+      'Short abstract, summary, or snippet;'
       ' 500 characters or less, plain text displayed publicly')
 
   #: Required field containing the content of the proposal.