Fixed copy/paste fail
authorSverre Rabbelier <srabbelier@gmail.com>
Thu, 19 Feb 2009 22:51:24 +0000
changeset 1407 423425ac79f5
parent 1406 60b68fc36df2
child 1408 2d91128c3685
Fixed copy/paste fail Patch by: Sverre Rabbelier
app/soc/models/licenses.py
app/soc/models/role.py
--- 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.