--- a/app/soc/models/licenses.py Thu Feb 19 21:54:36 2009 +0000
+++ b/app/soc/models/licenses.py Thu Feb 19 22:51:24 2009 +0000
@@ -1,6 +1,6 @@
#!/usr/bin/python2.5
#
-# Copyright 2008 the Melange authors.
+# Copyright 2009 the Melange authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
--- 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.