2004-10-27 Tim Waugh <twaugh@redhat.com>
* src/plugins/Ancestors.py: Fixed typo spotted by Eero Tamminen. svn: r3680
This commit is contained in:
		| @@ -1,3 +1,6 @@ | ||||
| 2004-10-27  Tim Waugh  <twaugh@redhat.com> | ||||
| 	* src/plugins/Ancestors.py: Fixed typo spotted by Eero Tamminen. | ||||
|  | ||||
| 2004-10-26  Don Allingham  <dallingham@users.sourceforge.net> | ||||
| 	* src/docgen/OpenOfficeDoc.py: fix asian font, file extension | ||||
| 	* src/plugins/DescendReport.py: fix get_valid_year | ||||
|   | ||||
| @@ -506,7 +506,7 @@ class ComprehensiveAncestorsReport (Report.Report): | ||||
|             death = self.database.get_event_from_handle(death_handle) | ||||
|             date = death.get_date () | ||||
|             if date: | ||||
|                 ret += _(" d. %(date)s)") % {'date': date} | ||||
|                 ret += _(" d. %(date)s") % {'date': date} | ||||
|                 ret += self.cite_sources (death.get_source_references ()) | ||||
|  | ||||
|         return ret | ||||
|   | ||||
		Reference in New Issue
	
	Block a user