2007-07-02 Robert Cawley <rjc@cawley.id.au>
* src/DataViews/_Relationship.py (info_string): Typo. svn: r8688
This commit is contained in:
parent
953f45ce51
commit
070d3f1516
@ -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):
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user