app/soc/views/models/organization.py
changeset 1838 5a8a254af95b
parent 1766 75531b82a4e2
child 1875 69d60793092a
--- a/app/soc/views/models/organization.py	Fri Mar 13 20:25:18 2009 +0000
+++ b/app/soc/views/models/organization.py	Fri Mar 13 22:35:39 2009 +0000
@@ -210,7 +210,7 @@
         'detailed_row.html' % list_params)
     ranked_params['list_heading'] = ('soc/%(module_name)s/list/'
         'detailed_heading.html' % list_params)
-    ranked_params['list_description'] = 'List of %s send to %s ' % (
+    ranked_params['list_description'] = '%s already under review sent to %s' %(
         ranked_params['name_plural'], org_entity.name)
     ranked_params['list_action'] = (redirects.getReviewRedirect, ranked_params)