aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Client/mod/scripts/vscripts/ui/menu_ns_serverbrowser.nut
diff options
context:
space:
mode:
authorBarichello <artur@barichello.me>2022-01-08 01:00:53 -0300
committerBarichello <artur@barichello.me>2022-01-08 01:01:09 -0300
commit62ff78cefebfb2c525adea2bd11deba664fc04f3 (patch)
treec8ffb97f90340f16d5f89baf667d7bc4ef567a4f /Northstar.Client/mod/scripts/vscripts/ui/menu_ns_serverbrowser.nut
parent7cf203f919877adfac496b42e0c576aa6647d2b7 (diff)
downloadNorthstarMods-62ff78cefebfb2c525adea2bd11deba664fc04f3.tar.gz
NorthstarMods-62ff78cefebfb2c525adea2bd11deba664fc04f3.zip
Fix main menu controller prompts
Fixes https://github.com/R2Northstar/Northstar/issues/106
Diffstat (limited to 'Northstar.Client/mod/scripts/vscripts/ui/menu_ns_serverbrowser.nut')
-rw-r--r--Northstar.Client/mod/scripts/vscripts/ui/menu_ns_serverbrowser.nut2
1 files changed, 1 insertions, 1 deletions
diff --git a/Northstar.Client/mod/scripts/vscripts/ui/menu_ns_serverbrowser.nut b/Northstar.Client/mod/scripts/vscripts/ui/menu_ns_serverbrowser.nut
index 507fc57bc..7c3e2fae2 100644
--- a/Northstar.Client/mod/scripts/vscripts/ui/menu_ns_serverbrowser.nut
+++ b/Northstar.Client/mod/scripts/vscripts/ui/menu_ns_serverbrowser.nut
@@ -144,7 +144,7 @@ void function InitServerBrowserMenu()
AddMenuEventHandler( file.menu, eUIEvent.MENU_CLOSE, OnCloseServerBrowserMenu )
AddMenuEventHandler( file.menu, eUIEvent.MENU_OPEN, OnServerBrowserMenuOpened )
AddMenuFooterOption( file.menu, BUTTON_B, "#B_BUTTON_BACK", "#BACK" )
- AddMenuFooterOption( file.menu, BUTTON_Y, "#Y_REFRESH_SERVERS", "#REFRESH_SERVERS", RefreshServers )
+ AddMenuFooterOption( file.menu, BUTTON_Y, "#Y_BUTTON_REFRESH_SERVERS", "#REFRESH_SERVERS", RefreshServers )
// Setup server buttons
var width = 1120.0 * (GetScreenSize()[1] / 1080.0)