From 3af1b415423b2e769d7183b49b2f49f1098ccebd Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sat, 8 Nov 2008 20:18:36 +0000 Subject: [PATCH] fix i18n typos in NotifyAboutThing.pm --- lib/WebGUI/Workflow/Activity/NotifyAboutThing.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/Workflow/Activity/NotifyAboutThing.pm b/lib/WebGUI/Workflow/Activity/NotifyAboutThing.pm index c8e009673..ebe6bedf1 100755 --- a/lib/WebGUI/Workflow/Activity/NotifyAboutThing.pm +++ b/lib/WebGUI/Workflow/Activity/NotifyAboutThing.pm @@ -57,8 +57,8 @@ sub definition { groupToNotify => { fieldType=>"group", defaultValue=>["4"], - label=>$i18n->get("who to notify"), - hoverHelp=>$i18n->get("who to notify help") + label=>$i18n->get("group to notify"), + hoverHelp=>$i18n->get("group to notify help") }, message => { fieldType=>"textarea",