Fixed a typo in proposal listing
authorSverre Rabbelier <srabbelier@gmail.com>
Mon, 23 Mar 2009 22:43:14 +0000
changeset 1998 0df5351ac18a
parent 1997 55cf79b8cffe
child 1999 bb3317e4db12
Fixed a typo in proposal listing It should be 'sent to', not 'send to'. Patch by: Sverre Rabbelier
app/soc/views/models/organization.py
--- a/app/soc/views/models/organization.py	Mon Mar 23 21:54:50 2009 +0000
+++ b/app/soc/views/models/organization.py	Mon Mar 23 22:43:14 2009 +0000
@@ -274,7 +274,7 @@
         assigned_proposals), None)
 
     new_params = list_params.copy() # new proposals
-    new_params['list_description'] = 'List of new %s send to %s ' % (
+    new_params['list_description'] = 'List of new %s sent to %s ' % (
         new_params['name_plural'], org_entity.name)
     new_params['list_action'] = (redirects.getReviewRedirect, new_params)