From bd9393ddbfba1291c2edd43ba448816ead1f9e66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Tue, 6 Oct 2009 09:41:15 +0000 Subject: [PATCH] to allow to translate birth word svn: r13313 --- 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 367f2d942..b86a10a57 100644 --- a/src/plugins/webreport/WebCal.py +++ b/src/plugins/webreport/WebCal.py @@ -1450,7 +1450,7 @@ def get_day_list(event_date, holiday_list, bday_anniv_list): if event == 'Birthday': txt_str = _(text + ', ' - + (_('%s old') % str(age_str) if nyears else 'birth') + + (_('%s old') % str(age_str) if nyears else _('birth')) + '') # an anniversary