Main menu: Change tabs to 'Start Game' and 'Join Game' (#6955)

This commit is contained in:
Tre 2018-01-25 13:59:24 -06:00 committed by Loïc Blot
parent 62c10e3d08
commit 3a5959ae6b
2 changed files with 2 additions and 2 deletions

View 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

View 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