diff --git a/gramps/plugins/quickview/ageondate.py b/gramps/plugins/quickview/ageondate.py index 1711920ed..c783a5640 100644 --- a/gramps/plugins/quickview/ageondate.py +++ b/gramps/plugins/quickview/ageondate.py @@ -48,10 +48,10 @@ def run(database, document, date): return # display the title if date.get_day_valid(): - sdoc.title(_("People probably alive and their ages the %s") % + sdoc.title(_("People and their ages the %s") % displayer.display(date)) else: - sdoc.title(_("People probably alive and their ages on %s") % + sdoc.title(_("People and their ages on %s") % displayer.display(date)) stab.columns(_("Person"), _("Age"), _("Status")) # Actual Date makes column unicode alive_matches = 0