typo on translation string

svn: r11867
This commit is contained in:
Jérôme Rapinat 2009-02-05 12:24:24 +00:00
parent 2a4246f247
commit d793645c26

View File

@ -931,7 +931,7 @@ class WebCalReport(Report):
for cal_year in range(self.start_year, (self.end_year + 1)):
# generate progress pass for year ????
self.progress.set_pass(_('Creating year %d calendars' % cal_year), '')
self.progress.set_pass(_('Creating year %d calendars') % cal_year, '')
# initialize the holidays dict to fill:
self.holidays = {}