mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 08:49:05 +02:00
Fix typo
This commit is contained in:
parent
bbffa6474b
commit
1a18decc6d
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ var usersWindow = (function () {
|
||||||
|
|
||||||
MENU_NAME = "Tools",
|
MENU_NAME = "Tools",
|
||||||
MENU_ITEM = "Users Online",
|
MENU_ITEM = "Users Online",
|
||||||
MENI_ITEM_AFTER = "Chat...",
|
MENU_ITEM_AFTER = "Chat...",
|
||||||
|
|
||||||
isVisible = true,
|
isVisible = true,
|
||||||
|
|
||||||
|
@ -226,7 +226,7 @@ var usersWindow = (function () {
|
||||||
Menu.addMenuItem({
|
Menu.addMenuItem({
|
||||||
menuName: MENU_NAME,
|
menuName: MENU_NAME,
|
||||||
menuItemName: MENU_ITEM,
|
menuItemName: MENU_ITEM,
|
||||||
afterItem: MENI_ITEM_AFTER,
|
afterItem: MENU_ITEM_AFTER,
|
||||||
isCheckable: true,
|
isCheckable: true,
|
||||||
isChecked: isVisible
|
isChecked: isVisible
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue