# HG changeset patch # User Sverre Rabbelier # Date 1237848194 0 # Node ID 0df5351ac18a1e8610803fca80da012b0057c381 # Parent 55cf79b8cffed429be6d98ba577aa0b3123c98e4 Fixed a typo in proposal listing It should be 'sent to', not 'send to'. Patch by: Sverre Rabbelier diff -r 55cf79b8cffe -r 0df5351ac18a 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)