fix typo in docs
This commit is contained in:
parent
dd9c807166
commit
f5f239e577
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue