Add missing 'of' word to list description strings in soc.views.models.club_app module.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Tue, 20 Jan 2009 16:10:04 +0000
changeset 836 1abdbedf4208
parent 835 1590625ead55
child 837 bc1c951bf3a0
Add missing 'of' word to list description strings in soc.views.models.club_app module. Patch by: Pawel Solyga Review by: to-be-reviewed
app/soc/views/models/club_app.py
--- a/app/soc/views/models/club_app.py	Tue Jan 20 16:09:09 2009 +0000
+++ b/app/soc/views/models/club_app.py	Tue Jan 20 16:10:04 2009 +0000
@@ -136,7 +136,7 @@
 
     if is_developer:
       pa_params['list_description'] = ugettext_lazy(
-          "An overview all pending club applications.")
+          "An overview of all pending club applications.")
     else:
       pa_params['list_description'] = ugettext_lazy(
           "An overview of your pending club applications.")
@@ -154,7 +154,7 @@
 
     if is_developer:
       aa_params['list_description'] = ugettext_lazy(
-          "An overview all accepted club applications.")
+          "An overview of all accepted club applications.")
     else:
       aa_params['list_description'] = ugettext_lazy(
           "An overview of your accepted club applications.")
@@ -174,7 +174,7 @@
 
     if is_developer:
       da_params['list_description'] = ugettext_lazy(
-          "An overview all denied club applications.")
+          "An overview of all denied club applications.")
     else:
       da_params['list_description'] = ugettext_lazy(
           "An overview of your denied club applications.")