Skip to content

Commit 3a5959a

Browse files
ThomasMonroe314nerzhul
authored andcommitted
Main menu: Change tabs to 'Start Game' and 'Join Game' (#6955)
1 parent 62c10e3 commit 3a5959a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

builtin/mainmenu/tab_local.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ end
310310
--------------------------------------------------------------------------------
311311
return {
312312
name = "local",
313-
caption = fgettext("Local Game"),
313+
caption = fgettext("Start Game"),
314314
cbf_formspec = get_formspec,
315315
cbf_button_handler = main_button_handler,
316316
on_change = on_change

builtin/mainmenu/tab_online.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ end
344344
--------------------------------------------------------------------------------
345345
return {
346346
name = "online",
347-
caption = fgettext("Play Online"),
347+
caption = fgettext("Join Game"),
348348
cbf_formspec = get_formspec,
349349
cbf_button_handler = main_button_handler,
350350
on_change = on_change

0 commit comments

Comments
 (0)