webgui/lib/WebGUI/i18n/English/Workflow_Activity_CreateCronJob.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

18 lines
401 B
Perl

package WebGUI::i18n::English::Workflow_Activity_CreateCronJob;
our $I18N = {
'activityName' => {
message => q|Create Cron Job|,
context => q|The name of this workflow activity.|,
lastUpdated => 0,
},
'create cron job body' => {
message => q|<p>This workflow activity is used to run other Workflows on specified times and days or regular intervals.</p>|,
lastUpdated => 0,
},
};
1;