diff -r 9b07ddeb1412 -r 94834a1e6c01 app/soc/models/group.py --- a/app/soc/models/group.py Fri Nov 14 06:36:42 2008 +0000 +++ b/app/soc/models/group.py Sat Nov 15 03:12:33 2008 +0000 @@ -68,8 +68,8 @@ verbose_name=ugettext_lazy('Home Page URL')) #: Required email address used as the "public" contact mechanism for - #: the Group (as opposed to the founder.id email address which is kept - #: secret, revealed only to Developers). + #: the Group (as opposed to the founder.account email address which is + #: kept secret, revealed only to Developers). email = db.EmailProperty(required=True, verbose_name=ugettext_lazy('Email'))