webgui/lib/WebGUI/i18n/English/Workflow_Activity_SendQueuedMailMessages.pm
Colin Kuskie 7ec8da234d Added a tab in the Help table of contents for Workflow related
docs.  Reworked all the workflow activity docs to support this.
2006-07-02 18:24:07 +00:00

17 lines
589 B
Perl

package WebGUI::i18n::English::Workflow_Activity_SendQueuedMailMessages;
our $I18N = {
'activityName' => {
message => q|Send Queued Mail Messages|,
context => q|The name of this workflow activity.|,
lastUpdated => 0,
},
'send queued mail messages body' => {
message => q|<p>This workflow activity will process queued emails. If an email fails to be sent, then it will be requeued to be sent later. Because this process could take a long time, based on the number of emails that have queued up, this activity will stop after one minute.</p>|,
lastUpdated => 0,
},
};
1;