Grammar fix in group_app list view.
authorLennard de Rijk <ljvderijk@gmail.com>
Sat, 28 Feb 2009 20:44:14 +0000
changeset 1565 d36ad73a2060
parent 1564 49a9858c8803
child 1566 5388270fb363
Grammar fix in group_app list view. Patch by: Matthew Wilkes Reviewed by: Lennard de Rijk
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):