# HG changeset patch # User Lennard de Rijk # Date 1235507367 0 # Node ID deac044c10b66efa8bf601ab6c28eaa2846368bf # Parent acf7e32de8ca574749039c6b1a159277c6b509b2 Textual change in program menu due to comment on r2113. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed diff -r acf7e32de8ca -r deac044c10b6 app/soc/views/models/program.py --- a/app/soc/views/models/program.py Tue Feb 24 20:28:16 2009 +0000 +++ b/app/soc/views/models/program.py Tue Feb 24 20:29:27 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')] + "Submit your Student Proposal", 'any_access')] items += [(redirects.getListSelfRedirect(student_entity, {'url_name':'student_proposal'}), "List my Student Proposals", 'any_access')]