Typo
svn: r1596
This commit is contained in:
@ -863,7 +863,7 @@ class FtmDescendantReport(Report.Report):
|
||||
})
|
||||
else:
|
||||
self.doc.write_text(_("%(male_name)s%(endnotes)s was born in %(birth_place)s%(birth_endnotes)s, "
|
||||
"and died %(death_date)s$(death_endnotes)s.") % {
|
||||
"and died %(death_date)s%(death_endnotes)s.") % {
|
||||
'male_name' : _('He'), 'endnotes' : '',
|
||||
'birth_endnotes' : self.endnotes(birth),
|
||||
'death_endnotes' : self.endnotes(death),
|
||||
@ -1010,7 +1010,7 @@ class FtmDescendantReport(Report.Report):
|
||||
else:
|
||||
if dplace:
|
||||
self.doc.write_text(_("%(female_name)s%(endnotes)s was born in %(birth_place)s%(birth_endnotes)s, "
|
||||
"and died in %(death_place)s$(death_endnotes)s.") % {
|
||||
"and died in %(death_place)s%(death_endnotes)s.") % {
|
||||
'female_name' : _('She'), 'endnotes' : '',
|
||||
'birth_endnotes' : self.endnotes(birth),
|
||||
'death_endnotes' : self.endnotes(death),
|
||||
|
Reference in New Issue
Block a user