fix Sku pulling in wrong i18n labels

This commit is contained in:
Graham Knop 2009-04-30 20:23:46 +00:00
parent d79132429d
commit f3a9b3b8f3

View file

@ -142,8 +142,8 @@ sub definition {
tab => 'shop', tab => 'shop',
fieldType => 'yesNo', fieldType => 'yesNo',
defaultValue => 0, defaultValue => 0,
label => $i18n->get('shipsSeparate'), label => $i18n->get('shipsSeparately'),
hoverHelp => $i18n->get('shipsSeparate help'), hoverHelp => $i18n->get('shipsSeparately help'),
}, },
); );
push(@{$definition}, { push(@{$definition}, {