From 5da4aa816dab6a0ac7ba6a67f32e96c287653a49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Thu, 2 Jul 2009 15:47:18 +0000 Subject: [PATCH] to allow to translate n years old svn: r12755 --- 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 f26e15a99..325fe5dee 100644 --- a/src/plugins/webreport/WebCal.py +++ b/src/plugins/webreport/WebCal.py @@ -1738,7 +1738,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