app/soc/models/role.py
changeset 1046 7e10c0654dfb
parent 970 8b5611d5b053
child 1076 063194eaf87b
--- a/app/soc/models/role.py	Wed Jan 28 16:48:41 2009 +0000
+++ b/app/soc/models/role.py	Wed Jan 28 16:50:54 2009 +0000
@@ -279,7 +279,7 @@
   #: Service. (Not a required field because some Roles may not have special
   #: Terms of Service.)
   agrees_to_tos = db.BooleanProperty(
-      verbose_name=ugettext('Agrees to ToS'))
+      verbose_name=ugettext('I agree to the Terms of Service'))
   agrees_to_tos.help_text = ugettext(
       'Indicates that the user agrees to the Terms of Service for this Role.')