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:
Colin Kuskie 2006-07-02 18:35:44 +00:00
parent 7ec8da234d
commit e3f65811bb
14 changed files with 14 additions and 13 deletions

View file

@ -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",