3661: Typo on all_events.py quickview
svn: r14605
This commit is contained in:
parent
a8e3439e80
commit
71b2e58776
@ -95,8 +95,8 @@ def run_fam(database, document, family):
|
||||
|
||||
# display the results
|
||||
|
||||
sdoc.title(_("Sorted events of family\n %(father)s - %(mother)s")) % {
|
||||
'father' : sdb.name(sdb.father(family)), 'mother' : sdb.name(sdb.mother(family)) }
|
||||
sdoc.title(_("Sorted events of family\n %(father)s - %(mother)s") % {
|
||||
'father' : sdb.name(sdb.father(family)), 'mother' : sdb.name(sdb.mother(family)) })
|
||||
sdoc.paragraph("")
|
||||
|
||||
stab.columns(_("Family Member"), _("Event Type"),
|
||||
|
Loading…
Reference in New Issue
Block a user