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':