Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Main menu: Change tabs to 'Start Game' and 'Join Game' (#6955)
  • Loading branch information
ThomasMonroe314 authored and nerzhul committed Jan 25, 2018
1 parent 62c10e3 commit 3a5959a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builtin/mainmenu/tab_local.lua
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion builtin/mainmenu/tab_online.lua
Expand Up @@ -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
Expand Down

0 comments on commit 3a5959a

Please sign in to comment.