make useContainers use the i18n that was made for labeling and hover help
This commit is contained in:
parent
a31b96d2cc
commit
943a4c2e43
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue