3661: Typo on all_events.py quickview

svn: r14605
This commit is contained in:
Jérôme Rapinat 2010-03-04 11:17:12 +00:00
parent a8e3439e80
commit 71b2e58776

View File

@ -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"),