"new" is a little bit redundant in the short_name of sidebar menu items that
authorTodd Larsen <tlarsen@google.com>
Thu, 16 Oct 2008 04:30:26 +0000
changeset 350 e8f14fde7f0e
parent 349 bb82a1a3339c
child 351 b37fc4c1e189
"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
app/soc/logic/site/map.py
--- 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(