converted passive profile log thingy to workflow

This commit is contained in:
JT Smith 2006-03-03 16:34:57 +00:00
parent 2c3b6fc785
commit f215d28b51
5 changed files with 106 additions and 58 deletions

View file

@ -0,0 +1,12 @@
package WebGUI::i18n::English::Workflow_Activity_SummarizePassiveProfileLog;
our $I18N = {
'topicName' => {
message => q|Summarize Passive Profile Log|,
context => q|The name of this workflow activity.|,
lastUpdated => 0,
},
};
1;