# HG changeset patch # User Lennard de Rijk # Date 1235853854 0 # Node ID d36ad73a2060eb6a15a670cd2f6a5812f5a63d89 # Parent 49a9858c8803a12022138fcfe15993b1f304c906 Grammar fix in group_app list view. Patch by: Matthew Wilkes Reviewed by: Lennard de Rijk diff -r 49a9858c8803 -r d36ad73a2060 app/soc/views/models/group_app.py --- a/app/soc/views/models/group_app.py Sat Feb 28 17:37:01 2009 +0000 +++ b/app/soc/views/models/group_app.py Sat Feb 28 20:44:14 2009 +0000 @@ -46,7 +46,7 @@ DEF_APPLICATION_LIST_DESCRIPTION_FMT = ugettext( - 'Overview of %(name_plural)s which status is %(status)s') + 'Overview of %(name_plural)s whose status is "%(status)s"') class View(base.View):