Update the actual activities themselves to call out the i18n key
activityName instead of topicName. Add a note to the i18n skeleton about activityName
This commit is contained in:
parent
7ec8da234d
commit
e3f65811bb
14 changed files with 14 additions and 13 deletions
|
|
@ -52,7 +52,7 @@ sub definition {
|
|||
my $definition = shift;
|
||||
my $i18n = WebGUI::International->new($session, "Workflow_Activity_CleanFileCache");
|
||||
push(@{$definition}, {
|
||||
name=>$i18n->get("topicName"),
|
||||
name=>$i18n->get("activityName"),
|
||||
properties=> {
|
||||
sizeLimit => {
|
||||
fieldType=>"integer",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue