# HG changeset patch # User Todd Larsen # Date 1224131426 0 # Node ID e8f14fde7f0e6e7c96528b8be4b965df455675c1 # Parent bb82a1a3339cdebd5e426b9f32a62df1cbd245c6 "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 diff -r bb82a1a3339c -r e8f14fde7f0e 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(