fix more broken i18n

This commit is contained in:
Colin Kuskie 2008-10-19 03:32:59 +00:00
parent bd99485376
commit 71bfc31147

View file

@ -71,9 +71,9 @@ sub definition {
}, },
subject => { subject => {
fieldType=>"text", fieldType=>"text",
label=>$i18n->get("subject", 'Asset_DataForm'), label=>$i18n->get("229", 'WebGUI'),
defaultValue=>'', defaultValue=>'',
hoverHelp=>$i18n->get("subject help", 'Asset_DataForm'), hoverHelp=>$i18n->get("229 description", 'WebGUI'),
}, },
} }
}); });