From f3a9b3b8f329b683063a18721818a77bfdba35b5 Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Thu, 30 Apr 2009 20:23:46 +0000 Subject: [PATCH] fix Sku pulling in wrong i18n labels --- lib/WebGUI/Asset/Sku.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/Asset/Sku.pm b/lib/WebGUI/Asset/Sku.pm index eda02db84..29f43a0a0 100644 --- a/lib/WebGUI/Asset/Sku.pm +++ b/lib/WebGUI/Asset/Sku.pm @@ -142,8 +142,8 @@ sub definition { tab => 'shop', fieldType => 'yesNo', defaultValue => 0, - label => $i18n->get('shipsSeparate'), - hoverHelp => $i18n->get('shipsSeparate help'), + label => $i18n->get('shipsSeparately'), + hoverHelp => $i18n->get('shipsSeparately help'), }, ); push(@{$definition}, {