"new" is a little bit redundant in the short_name of sidebar menu items that
already begin with "Create...", since that implies the result will be something
new.
Patch by: Todd Larsen
Review by: to-be-reviewed
--- a/app/soc/logic/site/map.py Thu Oct 16 04:27:07 2008 +0000
+++ b/app/soc/logic/site/map.py Thu Oct 16 04:30:26 2008 +0000
@@ -187,7 +187,7 @@
r'^site/docs/edit$',
'soc.views.site.docs.edit.create'),
'Site: Create New Document',
- 'Create new Site Document',
+ 'Create Site Document',
parent=site_docs_sub_menu)
site_docs_edit = page.Page(
@@ -240,7 +240,7 @@
r'^site/sponsor/profile$',
'soc.views.site.sponsor.profile.create'),
'Site: Create New Sponsor',
- short_name='Create New Site Sponsor',
+ short_name='Create Site Sponsor',
parent=site_sponsor_sub_menu)
site_sponsor_delete = page.Page(