Added the NotifyAboutThing workflow activity. Use this activity to create

workflows for the add / edit / delete workflows for a thingy's things.

Also fixed a typo in the POD for Thingy.
This commit is contained in:
Chris Nehren 2008-10-20 20:00:51 +00:00
parent 9e2ec505c0
commit 921ee1ab96
5 changed files with 133 additions and 2 deletions

View file

@ -0,0 +1,28 @@
package WebGUI::i18n::English::Workflow_Activity_NotifyAboutThing;
use strict;
our $I18N = {
'notify about thing' => {
message => q|Notify About Thing|,
context => q|The name of this workflow activity.|,
lastUpdated => 0,
},
'group to notify' => {
message => q|Group to notify|,
lastUpdated => 0,
},
'group to notify help' => {
message => q|The group to notify when this Thing changes|,
lastUpdated => 0,
},
'notify message' => {
message => q|Message|,
lastUpdated => 0,
},
'notify message help' => {
message => q|The message to include in the notification mail|,
lastUpdated => 0,
},
};
1;