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:
parent
0b2bc9d647
commit
2f04e98374
@ -372,7 +372,7 @@ COLS = [
|
||||
(_('Place title'), 1),
|
||||
(_('City'), 2),
|
||||
(_('State'), 3),
|
||||
(_('Postal code'), 4),
|
||||
(_('ZIP/Postal Code'), 4),
|
||||
(_('Country'), 5)
|
||||
]
|
||||
|
||||
|
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user