app/soc/models/group.py
changeset 481 94834a1e6c01
parent 410 2af7f84f4fc7
child 512 aae25d2b4464
--- 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'))