Fix broken i18n in the ThingyRecord.

This commit is contained in:
Colin Kuskie 2009-08-23 23:52:24 +00:00
parent 327efb2f1b
commit 6f830468d4

View file

@ -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",