a bunch of bug fixes and ease of use modifications for workflow/versioning

This commit is contained in:
JT Smith 2006-03-20 21:07:26 +00:00
parent 00a1db29a1
commit 3931d8dcd2
8 changed files with 19 additions and 14 deletions

View file

@ -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

View file

@ -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,

View file

@ -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,
},