From 764cc7e0832c156d855f31f0b9ce724a3f0a1c07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Thu, 5 Feb 2009 17:55:59 +0000 Subject: [PATCH] missing comma svn: r11874 --- src/plugins/webreport/WebCal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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