diff --git a/src/plugins/webreport/WebCal.py b/src/plugins/webreport/WebCal.py index 79a4721a1..4ef02f0c0 100644 --- a/src/plugins/webreport/WebCal.py +++ b/src/plugins/webreport/WebCal.py @@ -300,7 +300,8 @@ class WebCalReport(Report): # --------------------------------------------------------------------------------------- def __get_holidays(self, year): - self.progress.set_pass(_('Calculating Holidays for year %04d' % year), 365) + # _('translation') + self.progress.set_pass((_('Calculating Holidays for year %04d') % year), 365) """ Get the holidays for the specified country and year """ holiday_table = libholiday.HolidayTable()