* src/plugins/DetAncestralReport.py: fixed i18n strings
* src/ReadGedcom.py: handle FTM style of child/parent relationship translation * src/gedcomimport.py: svn: r4389
This commit is contained in:
parent
390a84bd2f
commit
b97d0fa9f0
@ -240,7 +240,7 @@ class DetAncestorReport(Report.Report):
|
||||
if person.get_note() != "" and self.includeNotes:
|
||||
self.doc.start_paragraph("DAR-NoteHeader")
|
||||
self.doc.start_bold()
|
||||
self.doc.write_text(_("Notes for %(name)s") % { 'name': name } )
|
||||
self.doc.write_text(_("Notes for %s") % name)
|
||||
self.doc.end_bold()
|
||||
self.doc.end_paragraph()
|
||||
self.doc.write_note(person.get_note(),person.get_note_format(),"DAR-Entry")
|
||||
|
Loading…
x
Reference in New Issue
Block a user