diff --git a/src/plugins/webreport/WebCal.py b/src/plugins/webreport/WebCal.py index a82999055..677d4d68b 100644 --- a/src/plugins/webreport/WebCal.py +++ b/src/plugins/webreport/WebCal.py @@ -1538,7 +1538,7 @@ def get_day_list(event_date, holiday_list, bday_anniv_list): txt_str = _('%(couple)s, wedding') % { 'couple' : text} else: - txt_str = (ngettext('%(couple)s, %(years)d year anniversary' + txt_str = (ngettext('%(couple)s, %(years)d year anniversary', '%(couple)s, %(years)d year anniversary', nyears) % {'couple' : text, 'years' : nyears}) txt_str = '%s' % txt_str