* src/plugins/BookReport.py: Fixed typo (containg).

* src/plugins/FtmStyleAncestors.py, src/plugins/FtmStyleDescendants.py:
Fixed typo (death_endotes).


svn: r1966
This commit is contained in:
Lars Lundin
2003-08-07 08:53:22 +00:00
parent 917a752688
commit b6c9ff7624
4 changed files with 8 additions and 3 deletions

View File

@ -648,7 +648,7 @@ class FtmAncestorReport(Report.Report):
'death_date' : ddate, 'death_place' : dplace,
})
else:
self.doc.write_text(_("%(female_name)s%(endnotes)s died %(death_date)s%(death_endotes)s.") % {
self.doc.write_text(_("%(female_name)s%(endnotes)s died %(death_date)s%(death_endnotes)s.") % {
'female_name' : _('She'), 'endnotes' : '',
'death_endnotes' : self.endnotes(death),
'death_date' : ddate,