Lists now use plural_name instead of name in the description.
Patch by: Lennard de Rijk
--- a/app/soc/views/models/base.py Wed Nov 26 20:50:56 2008 +0000
+++ b/app/soc/views/models/base.py Wed Nov 26 21:34:11 2008 +0000
@@ -156,7 +156,7 @@
'list_heading': 'heading',
}
- description = ugettext_lazy('List of %(name)s in Google Open Source Programs.')
+ description = ugettext_lazy('List of %(name_plural)s in Google Open Source Programs.')
new_params['list_description'] = description % params
new_params['save_message'] = [ugettext_lazy('Profile saved.')]
new_params['edit_params'] = {