0002281: Like label on gramps.glade file, to use Zip/Postal code on plugins labels (contribution from Jérôme Rapinat <romjerome@yahoo.fr>).

svn: r10889
This commit is contained in:
Brian Matherly 2008-07-21 02:53:09 +00:00
parent 0b2bc9d647
commit 2f04e98374
2 changed files with 2 additions and 2 deletions

View File

@ -372,7 +372,7 @@ COLS = [
(_('Place title'), 1),
(_('City'), 2),
(_('State'), 3),
(_('Postal code'), 4),
(_('ZIP/Postal Code'), 4),
(_('Country'), 5)
]

View File

@ -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<tr>\n')