a bunch of bug fixes and ease of use modifications for workflow/versioning
This commit is contained in:
parent
00a1db29a1
commit
3931d8dcd2
8 changed files with 19 additions and 14 deletions
|
|
@ -73,11 +73,6 @@ The URL of an icon to associate with this item.
|
|||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'version tags' => {
|
||||
message => q|Version Tags|,
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'12' => {
|
||||
message => q|Turn admin off.|,
|
||||
lastUpdated => 1031514049
|
||||
|
|
|
|||
|
|
@ -1,6 +1,11 @@
|
|||
package WebGUI::i18n::English::VersionTag;
|
||||
|
||||
our $I18N = {
|
||||
'version tags' => {
|
||||
message => q|Version Tags|,
|
||||
lastUpdated => 0
|
||||
},
|
||||
|
||||
'commit accepted' => {
|
||||
message => q|Your tag has been submitted for approval and commit. It may take some time before it appears live on the site. Where would you like to go next?|,
|
||||
lastUpdated => 0,
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ our $I18N = {
|
|||
},
|
||||
|
||||
'is serial help' => {
|
||||
message => q|If yes is selected then only one instance of this workflow will be allowed to be created at one time. Generally speaking this would be a bad idea for approval workflows, but is probably a good idea for workflows the download emails from a remote server, to avoid getting duplicates.|,
|
||||
message => q|If yes is selected then only one instance of this workflow will be allowed to be created at one time. Generally speaking this would be a bad idea for approval workflows, but is probably a good idea for workflows that download emails from a remote server, to avoid getting duplicates.|,
|
||||
context => q|the hover help for the is serial field|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue