webgui/lib/WebGUI/i18n/English/Workflow_Activity_DeleteExportedFiles.pm
Drake a1120bc987 Add workflow activity, workflow, and hooks for deletion of exported files
on asset trash, purge, and changeUrl.  This is kind of crufty.  :-\
2006-11-03 01:21:50 +00:00

11 lines
238 B
Perl

package WebGUI::i18n::English::Workflow_Activity_DeleteExportedFiles;
our $I18N = {
'activityName' => {
message => q|Delete Exported Files|,
context => q|The name of this workflow activity.|,
lastUpdated => 1162238122,
},
};
1;