From 6f830468d48af0fc546ab3dbcd2262db1ab4e661 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sun, 23 Aug 2009 23:52:24 +0000 Subject: [PATCH] Fix broken i18n in the ThingyRecord. --- lib/WebGUI/Asset/Sku/ThingyRecord.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Asset/Sku/ThingyRecord.pm b/lib/WebGUI/Asset/Sku/ThingyRecord.pm index 74930107b..3850eba71 100644 --- a/lib/WebGUI/Asset/Sku/ThingyRecord.pm +++ b/lib/WebGUI/Asset/Sku/ThingyRecord.pm @@ -99,7 +99,7 @@ sub definition { fieldType => "text", customDrawMethod => 'drawEditFieldPrice', label => $i18n->get( 'fieldPrice label' ), - hoverHelp => $i18n->get( 'fieldPrice hoverHelp '), + hoverHelp => $i18n->get( 'fieldPrice description'), }, duration => { tab => "properties",