diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 2e183897d..2c3760b1f 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -3,6 +3,7 @@ - fix: r_printable macro and op2 - fixed a bug where the Include macro could be used to read WebGUI config files. + - fix: new by webgui: 31 months in a year 7.0.3 - Fixed a problem with the 7.0.0-7.0.1 upgrade relating to internationalized diff --git a/lib/WebGUI/i18n/English/Workflow_Cron.pm b/lib/WebGUI/i18n/English/Workflow_Cron.pm index f0708882d..383ddc3fa 100644 --- a/lib/WebGUI/i18n/English/Workflow_Cron.pm +++ b/lib/WebGUI/i18n/English/Workflow_Cron.pm @@ -14,9 +14,9 @@ our $I18N = { }, 'month of year help' => { - message => q|Which month of the year do you want this workflow triggered? The range is between 1 and 31. You can specify a specific month like "2" or 12". You may also specify all months by "*". You can specify intervals like "*/3" (every 3 months). And finally you can specify a list of months like "1,5,11".|, + message => q|Which month of the year do you want this workflow triggered? The range is between 1 and 12. You can specify a specific month like "2" or 12". You may also specify all months by "*". You can specify intervals like "*/3" (every 3 months). And finally you can specify a list of months like "1,5,11".|, context => q|the hover help for the month of year field|, - lastUpdated => 0, + lastUpdated => 1154368718, }, 'month of year' => {