app/soc/views/models/organization.py
changeset 1490 cb7a272bfd04
parent 1489 e12e08c8b258
child 1491 acf7e32de8ca
--- 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)