make useContainers use the i18n that was made for labeling and hover help

This commit is contained in:
Colin Kuskie 2008-03-25 18:56:32 +00:00
parent a31b96d2cc
commit 943a4c2e43

View file

@ -98,8 +98,8 @@ sub definition {
},
useContainers => {
tab => "properties",
hoverHelp => "useContainers help",
label => "useContainers",
hoverHelp => $i18n->get("useContainers help"),
label => $i18n->get("useContainers"),
fieldType => "yesNo",
defaultValue => 0,
},