* src/plugins/FamilyGroup.py (dump_parent): Translate event names.
svn: r5950
This commit is contained in:
parent
ed4b649f39
commit
96c3789009
@ -1,3 +1,6 @@
|
||||
2006-02-17 Alex Roitman <shura@gramps-project.org>
|
||||
* src/plugins/FamilyGroup.py (dump_parent): Translate event names.
|
||||
|
||||
2005-02-17 Martin Hawlisch <Martin.Hawlisch@gmx.de>
|
||||
* src/po/de.po: Translation update
|
||||
|
||||
|
@ -283,7 +283,7 @@ class FamilyGroup(Report.Report):
|
||||
event = self.database.get_event_from_handle(event_handle)
|
||||
evtName = event.get_name()
|
||||
if (evtName != "Death") and (evtName != "Birth"):
|
||||
self.dump_parent_event(evtName,event)
|
||||
self.dump_parent_event(_(evtName),event)
|
||||
|
||||
if self.incParAddr:
|
||||
addrlist = person.get_address_list()[:]
|
||||
|
Loading…
Reference in New Issue
Block a user