# HG changeset patch # User Sverre Rabbelier # Date 1231449804 0 # Node ID 6d802e596a960d7c3c38134569add7678a79ce0c # Parent c740d0129cce208d323662c3c2029ff8bf9ce5a0 Fixed a typo in the group_app model Patch by: Sverre Rabbelier 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.')