From 621bf1e1e9cb460538222d2d1e0866e9a6c4ed5b Mon Sep 17 00:00:00 2001 From: SNoiraud Date: Tue, 15 Dec 2015 08:52:37 +0100 Subject: [PATCH] Webcal : 8943 and 8947 : use 'until' instead of 'till' --- gramps/plugins/webreport/webcal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/plugins/webreport/webcal.py b/gramps/plugins/webreport/webcal.py index df1b9e204..d5a040b03 100644 --- a/gramps/plugins/webreport/webcal.py +++ b/gramps/plugins/webreport/webcal.py @@ -1868,7 +1868,7 @@ def get_day_list(event_date, holiday_list, bday_anniv_list): age = '%s %s' % ( _("Married"), age_at_death) txt_str = "%s, %s" % (text, age) if isinstance(dead_event_date, Date) and dead_event_date.get_year() > 0: - txt_str += " (" + _("Till") + " " + txt_str += " (" + _("Until") + " " txt_str += str(dead_event_date) txt_str += ")" else: