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 Nils Dagsson Moskopp
parent 270676a290
commit b471d21427
Signed by: erle
GPG Key ID: A3BC671C35191080
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