* 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:
@@ -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 == "":
|
||||
|
||||
Reference in New Issue
Block a user