Fixed some bad help topic keys, and finished basic docs for

all workflow activities.
This commit is contained in:
Colin Kuskie 2006-07-02 05:18:58 +00:00
parent 23c17851ea
commit 3b5f69c8c7
13 changed files with 232 additions and 1 deletions

View file

@ -0,0 +1,19 @@
package WebGUI::i18n::English::Workflow_Activity_TrashExpiredEvents;
our $I18N = {
'topicName' => {
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;