2007-07-02 Robert Cawley <rjc@cawley.id.au>

* src/DataViews/_Relationship.py (info_string): Typo.



svn: r8688
This commit is contained in:
Alex Roitman 2007-07-03 00:45:28 +00:00
parent 953f45ce51
commit 070d3f1516
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2007-07-02 Robert Cawley <rjc@cawley.id.au>
* src/DataViews/_Relationship.py (info_string): Typo.
2007-06-30 Alex Roitman <shura@gramps-project.org>
* src/ReportBase/_TemplateParser.py: Close file after parsing.
* src/ReportBase/_ReportOptions.py (OptionListCollection.parse):

View File

@ -844,7 +844,7 @@ class RelationshipView(PageView.PersonNavView):
ddate = ""
if bdate and ddate:
value = _("b. %{birthdate}s, d. %{deathdate}s") % {
value = _("b. %(birthdate)s, d. %(deathdate)s") % {
'birthdate' : bdate,
'deathdate' : ddate
}