typo - return translated string

svn: r14302
This commit is contained in:
Jérôme Rapinat 2010-02-10 16:56:53 +00:00
parent 56e25bdc7a
commit aa30075b18

View File

@ -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()