Minor textual changes in the StudentProposal model.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
--- 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.