app/soc/views/models/organization.py
changeset 1998 0df5351ac18a
parent 1928 8001eee3160f
child 2035 5b663ac5bb14
--- 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)