From b1353fad406fc268bb4cdcfde5ff62167ed77173 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Sat, 7 Feb 2009 11:07:51 +0000 Subject: [PATCH] =?UTF-8?q?J=C3=A9r=C3=B4me=20should=20not=20make=20change?= =?UTF-8?q?=20with=20gedit...=20(indentation=20error)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn: r11897 --- src/plugins/webreport/WebCal.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/webreport/WebCal.py b/src/plugins/webreport/WebCal.py index 677d4d68b..8cf5b975a 100644 --- a/src/plugins/webreport/WebCal.py +++ b/src/plugins/webreport/WebCal.py @@ -1528,8 +1528,8 @@ def get_day_list(event_date, holiday_list, bday_anniv_list): txt_str = _('%(person)s, birth') % { 'person' : text} else: - txt_str = _('%(person)s, %(age)s old') - % {'person' : text, 'age' : age_str} + txt_str = _('%(person)s, %(age)s old') % { + 'person' : text, 'age' : age_str} # an anniversary elif event == 'Anniversary':