Fixed a typo in the group_app model
authorSverre Rabbelier <srabbelier@gmail.com>
Thu, 08 Jan 2009 21:23:24 +0000
changeset 786 6d802e596a96
parent 785 c740d0129cce
child 787 63d7f170b63c
Fixed a typo in the group_app model Patch by: Sverre Rabbelier
app/soc/models/group_app.py
--- a/app/soc/models/group_app.py	Thu Jan 08 21:23:15 2009 +0000
+++ b/app/soc/models/group_app.py	Thu Jan 08 21:23:24 2009 +0000
@@ -103,7 +103,7 @@
       'Please select your backup group administrator.'))
 
   member_criteria = db.TextProperty(required=True,
-    verbose_text=ugettext_lazy(
+    verbose_name=ugettext_lazy(
       'What criteria do you use to select the members of your group?'
       ' Please be as specific as possible.'))
   member_disappears = ugettext_lazy(
@@ -115,6 +115,6 @@
     verbose_name=ugettext_lazy(
       'Please select the application template you would like potential'
       ' members of your group to use.  (optional).'))
-  contrib_template.help_text = ugettext_lazy(
+  member_template.help_text = ugettext_lazy(
     'This template will be presented to potential members when they'
     ' apply to the group.')