app/soc/views/models/base.py
changeset 591 530fa94faffe
parent 587 7504504209a3
child 605 4a384d412640
--- 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'] = {