Main menu: Change tabs to 'Start Game' and 'Join Game' (#6955)
authorTre <ThomasMonroe@protonmail.com>
Thu, 25 Jan 2018 19:59:24 +0000 (13:59 -0600)
committerLoïc Blot <nerzhul@users.noreply.github.com>
Thu, 25 Jan 2018 19:59:24 +0000 (20:59 +0100)
builtin/mainmenu/tab_local.lua
builtin/mainmenu/tab_online.lua

index 6759893cefa60ab3af52448d789d32a021b69263..64ea09043ed91b79d17cb09e5fccb250a9338a0e 100644 (file)
@@ -310,7 +310,7 @@ end
 --------------------------------------------------------------------------------
 return {
        name = "local",
-       caption = fgettext("Local Game"),
+       caption = fgettext("Start Game"),
        cbf_formspec = get_formspec,
        cbf_button_handler = main_button_handler,
        on_change = on_change
index d1c9bcc989513dba3c9acb19bc6a0116ea57c30f..e3c583614b7f09ac1e85a81e23078efa15806b39 100644 (file)
@@ -344,7 +344,7 @@ end
 --------------------------------------------------------------------------------
 return {
        name = "online",
-       caption = fgettext("Play Online"),
+       caption = fgettext("Join Game"),
        cbf_formspec = get_formspec,
        cbf_button_handler = main_button_handler,
        on_change = on_change