app/soc/models/role.py
changeset 2165 ab1ff1608258
parent 2162 03ed2fa5ccc8
child 2249 08d1367deb4f
--- a/app/soc/models/role.py	Sun Apr 12 00:18:19 2009 +0000
+++ b/app/soc/models/role.py	Sun Apr 12 00:18:38 2009 +0000
@@ -240,7 +240,10 @@
   publish_location = db.BooleanProperty(required=False, default=False,
       verbose_name=ugettext('Publish my location'))
   publish_location.help_text = ugettext(
-      'Indicates whether the user agreed to publish location.')
+      'By checking this box, you are agreeing to allow the Program Owner'
+      ' to display your location (City, State/Province, Country level only)'
+      ' on any map. For instance on the map linking Students to Mentors or'
+      ' by showing your location on your public profile page in the system.')
   publish_location.group = ugettext("2. Contact Info (Private)")
 
   #: Optional field containing a separate shipping street address; kept