From 56762c844405bab04a2095c7bd405e01870364bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Thu, 2 Jul 2009 15:45:17 +0000 Subject: [PATCH] to allow to translate n years old svn: r12754 --- 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 987c34563..367f2d942 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