Corrected two language typos in WebCal.py
svn: r10954
This commit is contained in:
parent
2b3287d79e
commit
54a898778a
@ -1264,11 +1264,11 @@ class WebCalOptions(MenuReportOptions):
|
|||||||
menu.add_option(category_name, "year", year)
|
menu.add_option(category_name, "year", year)
|
||||||
|
|
||||||
fullyear = BooleanOption(_('Create Year At A Glance'), False)
|
fullyear = BooleanOption(_('Create Year At A Glance'), False)
|
||||||
fullyear.set_help(_('Wheather to create A Full Year High-lighted calendar'))
|
fullyear.set_help(_('Whether to create A Full Year High-lighted calendar'))
|
||||||
menu.add_option(category_name, 'fullyear', fullyear)
|
menu.add_option(category_name, 'fullyear', fullyear)
|
||||||
|
|
||||||
blankyear = BooleanOption(_('Create A Printable Blank Full- Year Calendar'), False)
|
blankyear = BooleanOption(_('Create A Printable Blank Full- Year Calendar'), False)
|
||||||
blankyear.set_help(_('Wheather to create A Full Year Printable calendar'))
|
blankyear.set_help(_('Whether to create A Full Year Printable calendar'))
|
||||||
menu.add_option(category_name, 'blankyear', blankyear)
|
menu.add_option(category_name, 'blankyear', blankyear)
|
||||||
|
|
||||||
country = EnumeratedListOption(_('Country for holidays'), 0 )
|
country = EnumeratedListOption(_('Country for holidays'), 0 )
|
||||||
|
Loading…
Reference in New Issue
Block a user