From 9d54006721cfe61dbb4a26420eb7713e504d9cd5 Mon Sep 17 00:00:00 2001 From: Sverre Rabbelier Date: Mon, 23 Mar 2009 22:43:14 +0000 Subject: [PATCH] Fixed a typo in proposal listing It should be 'sent to', not 'send to'. Patch by: Sverre Rabbelier --- app/soc/views/models/organization.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soc/views/models/organization.py b/app/soc/views/models/organization.py index 90951ec8..97c1d07a 100644 --- a/app/soc/views/models/organization.py +++ b/app/soc/views/models/organization.py @@ -274,7 +274,7 @@ class View(group.View): 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) -- 2.11.4.GIT