a bunch of bug fixes and tweaks related to workflow/versioning
This commit is contained in:
parent
f73b2996da
commit
985417afd3
9 changed files with 38 additions and 9 deletions
|
|
@ -1,6 +1,12 @@
|
|||
package WebGUI::i18n::English::Workflow;
|
||||
|
||||
our $I18N = {
|
||||
'no object' => {
|
||||
message => q|No Object|,
|
||||
context => q|used when selecting an object type to be passed through a workflow|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'confirm delete activity' => {
|
||||
message => q|Are you certain you wish to delete this activity from this workflow?|,
|
||||
context => q|prompt the user before deleting an activity from a workflow|,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue