# HG changeset patch # User Sverre Rabbelier # Date 1235083884 0 # Node ID 423425ac79f58d2979824cfec045f5b2d67a9a43 # Parent 60b68fc36df2ec95207fcddde9146858995c0ed2 Fixed copy/paste fail Patch by: Sverre Rabbelier diff -r 60b68fc36df2 -r 423425ac79f5 app/soc/models/licenses.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. diff -r 60b68fc36df2 -r 423425ac79f5 app/soc/models/role.py --- 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.