From a1c1cd47d85e38cfebce993a14cb5165c94cc0c2 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 29 Oct 2009 12:38:59 -0700 Subject: [PATCH] Fix broken i18n in the PayoutVendors workflow. --- lib/WebGUI/Workflow/Activity/PayoutVendors.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Workflow/Activity/PayoutVendors.pm b/lib/WebGUI/Workflow/Activity/PayoutVendors.pm index 386abf873..01b214620 100644 --- a/lib/WebGUI/Workflow/Activity/PayoutVendors.pm +++ b/lib/WebGUI/Workflow/Activity/PayoutVendors.pm @@ -81,7 +81,7 @@ sub definition { }, paypalSubject => { fieldType => 'text', - label => $i18n->get('Subject for vendor notication email'), + label => $i18n->get('Subject for vendor notification email'), defaultValue => $i18n->get('Vendor payout from').' ' . $session->setting->get('companyUrl'), }, notificationGroupId => {