diff -r c740d0129cce -r 6d802e596a96 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.')