typo on translation string
svn: r11867
This commit is contained in:
parent
2a4246f247
commit
d793645c26
@ -931,7 +931,7 @@ class WebCalReport(Report):
|
|||||||
for cal_year in range(self.start_year, (self.end_year + 1)):
|
for cal_year in range(self.start_year, (self.end_year + 1)):
|
||||||
|
|
||||||
# generate progress pass for year ????
|
# 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:
|
# initialize the holidays dict to fill:
|
||||||
self.holidays = {}
|
self.holidays = {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user