From 2f04e98374fa65b5942f483950a184f2da00383b Mon Sep 17 00:00:00 2001 From: Brian Matherly Date: Mon, 21 Jul 2008 02:53:09 +0000 Subject: [PATCH] =?UTF-8?q?0002281:=20Like=20label=20on=20gramps.glade=20f?= =?UTF-8?q?ile,=20to=20use=20Zip/Postal=20code=20on=20plugins=20labels=20(?= =?UTF-8?q?contribution=20from=20J=C3=A9r=C3=B4me=20Rapinat=20).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn: r10889 --- src/plugins/ExtractCity.py | 2 +- src/plugins/NarrativeWeb.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/ExtractCity.py b/src/plugins/ExtractCity.py index d162217e1..76c4a80f9 100644 --- a/src/plugins/ExtractCity.py +++ b/src/plugins/ExtractCity.py @@ -372,7 +372,7 @@ COLS = [ (_('Place title'), 1), (_('City'), 2), (_('State'), 3), - (_('Postal code'), 4), + (_('ZIP/Postal Code'), 4), (_('Country'), 5) ] diff --git a/src/plugins/NarrativeWeb.py b/src/plugins/NarrativeWeb.py index eb2cc5fbb..7d508a549 100644 --- a/src/plugins/NarrativeWeb.py +++ b/src/plugins/NarrativeWeb.py @@ -1083,7 +1083,7 @@ class PlacePage(BasePage): (_('Church Parish'), ml.parish), (_('County'), ml.county), (_('State/Province'), ml.state), - (_('Postal Code'), ml.postal), + (_('ZIP/Postal Code'), ml.postal), (_('Country'), ml.country)]: if val[1]: of.write('\t\t\t\n')