diff --git a/src/plugins/webreport/WebCal.py b/src/plugins/webreport/WebCal.py index 56e353bcd..8b9d02b54 100644 --- a/src/plugins/webreport/WebCal.py +++ b/src/plugins/webreport/WebCal.py @@ -1812,9 +1812,9 @@ def get_day_list(event_date, holiday_list, bday_anniv_list): # a birthday if event == 'Birthday': - txt_str = _(text + ', ' + txt_str = text + ', ' + (_('%s old') % str(age_str) if nyears else _('birth')) - + '') + + '' # an anniversary elif event == "Anniversary":