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

19 lines
477 B
Perl

package WebGUI::i18n::English::Workflow_Activity_TrashExpiredEvents;
our $I18N = {
'activityName' => {
message => q|Trash Expired Events|,
context => q|The name of this workflow activity.|,
lastUpdated => 0,
},
'trash expired events body' => {
message => q|<p>This workflow activity will move all Event assets to the Trash after a user defined interval has passed from their end date.</p>
<p>The default interval is 30 days.</p>|,
lastUpdated => 0,
},
};
1;