From d1edfc478b1b2574e7948463d8dd5655869b3d0d Mon Sep 17 00:00:00 2001 From: Nick Hall Date: Sat, 17 May 2014 16:31:21 +0100 Subject: [PATCH] 7709: Fix bug in web calendar report --- 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 00c1ba1b0..3ba54a4e7 100644 --- a/gramps/plugins/webreport/webcal.py +++ b/gramps/plugins/webreport/webcal.py @@ -1715,7 +1715,7 @@ def get_day_list(event_date, holiday_list, bday_anniv_list): txt_str = _('%(couple)s, wedding') % { 'couple' : text} else: - years_str = '' + nyears + '' + years_str = '%s' % nyears # translators: leave all/any {...} untranslated txt_str = ngettext("{couple}, {years} year anniversary", "{couple}, {years} year anniversary",