* src/plugins/DetDescendantReport.py

(DetDescendantReport.write_marriage):
Missing value for the format line parameter

* src/plugins/FtmStyleDescendants.py
(FtmDescendantReport.print_more_about): Print regular name in the
header of the "More About" dialog. Also add missing endnotes value.
(FtmDescendantReport.print_parents): Fix a typo in a format line value.


svn: r1623
This commit is contained in:
Alex Roitman
2003-06-02 03:44:47 +00:00
parent 69a87a0bba
commit 48d65b6a7b
2 changed files with 6 additions and 5 deletions

View File

@@ -499,7 +499,7 @@ class DetDescendantReport(Report):
(heshe, spouse, fulldate, place)
else:
if fulldate == "" and place == "":
t= _(" %s married")
t= _(" %s married") % heshe
elif fulldate == "" and place != "":
t= _(" %s married in %s") % (heshe, place)
elif fulldate != "" and place == "":