# HG changeset patch # User Lennard de Rijk # Date 1235506499 0 # Node ID cb7a272bfd04d8ab07315c1feb60428b7e1c556f # Parent e12e08c8b25882e7f223c1ab0318c32ef34b32ea Textual changes in organization and program view. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed diff -r e12e08c8b258 -r cb7a272bfd04 app/soc/views/models/organization.py --- a/app/soc/views/models/organization.py Tue Feb 24 20:13:01 2009 +0000 +++ b/app/soc/views/models/organization.py Tue Feb 24 20:14:59 2009 +0000 @@ -229,7 +229,7 @@ if roles.get('org_admin') or roles.get('mentor'): # add a link to view all the student proposals submenu = (redirects.getListProposalsRedirect(group_entity, params), - "View all student proposals", 'any_access') + "View all Student Proposals", 'any_access') submenus.append(submenu) diff -r e12e08c8b258 -r cb7a272bfd04 app/soc/views/models/program.py --- 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')]