app/soc/views/models/program.py
changeset 1490 cb7a272bfd04
parent 1483 f5d1229e9360
child 1492 deac044c10b6
--- a/app/soc/views/models/program.py	Tue Feb 24 20:13:01 2009 +0000
+++ b/app/soc/views/models/program.py	Tue Feb 24 20:14:59 2009 +0000
@@ -301,7 +301,7 @@
 
     if timeline_helper.isActivePeriod(timeline_entity, 'student_signup'):
       items += [('/student_proposal/list_orgs/%s' % (student_entity.key().name()),
-          "Send in your student proposal", 'any_access')]
+          "Send in your Student Proposal", 'any_access')]
       items += [(redirects.getListSelfRedirect(student_entity,
              {'url_name':'student_proposal'}),
          "List my Student Proposals", 'any_access')]