Fixed a typo in proposal listing
It should be 'sent to', not 'send to'.
Patch by: Sverre Rabbelier
--- 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)