Fixed typos for translations

svn: r1601
This commit is contained in:
Don Allingham
2003-05-28 15:55:59 +00:00
parent 59b1e97f89
commit 99d05c8448
6 changed files with 8 additions and 7 deletions

View File

@@ -361,7 +361,7 @@ class FtmAncestorReport(Report.Report):
'endnotes' : self.endnotes(event),
})
else:
self.doc.write_text(_('She married %(spouse)s%(endnotes)s ') % {
self.doc.write_text(_('She married %(spouse)s%(endnotes)s.') % {
'spouse' : spouse.getPrimaryName().getRegularName(),
'endnotes' : self.endnotes(event),
})