mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +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_ITEM = "Users Online",
|
||||
MENI_ITEM_AFTER = "Chat...",
|
||||
MENU_ITEM_AFTER = "Chat...",
|
||||
|
||||
isVisible = true,
|
||||
|
||||
|
@ -226,7 +226,7 @@ var usersWindow = (function () {
|
|||
Menu.addMenuItem({
|
||||
menuName: MENU_NAME,
|
||||
menuItemName: MENU_ITEM,
|
||||
afterItem: MENI_ITEM_AFTER,
|
||||
afterItem: MENU_ITEM_AFTER,
|
||||
isCheckable: true,
|
||||
isChecked: isVisible
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue