webgui/lib/WebGUI/i18n/English/Workflow_Activity_DeleteExportedFiles.pm
2007-12-05 04:21:56 +00:00

13 lines
251 B
Perl

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