app/soc/models/role.py
changeset 1407 423425ac79f5
parent 1371 2d97dbbb4d99
child 1410 20580c5272e4
--- a/app/soc/models/role.py	Thu Feb 19 21:54:36 2009 +0000
+++ b/app/soc/models/role.py	Thu Feb 19 22:51:24 2009 +0000
@@ -259,7 +259,7 @@
   ship_postalcode = db.StringProperty(
       verbose_name=ugettext('Shipping ZIP/Postal Code'))
   ship_postalcode.help_text = ugettext('lower ASCII characters only')
-  ship_postalcode.group=ugettext("4. Shipping Info")
+  ship_postalcode.group=ugettext("4. Shipping Info (Optional)")
 
   #: Required field containing a phone number that will be supplied
   #: to shippers; kept private.