diff -r 94e498e3dd44 -r ab1ff1608258 app/soc/models/role.py --- 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