We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62c10e3 commit 3a5959aCopy full SHA for 3a5959a
builtin/mainmenu/tab_local.lua
@@ -310,7 +310,7 @@ end
310
--------------------------------------------------------------------------------
311
return {
312
name = "local",
313
- caption = fgettext("Local Game"),
+ caption = fgettext("Start Game"),
314
cbf_formspec = get_formspec,
315
cbf_button_handler = main_button_handler,
316
on_change = on_change
builtin/mainmenu/tab_online.lua
@@ -344,7 +344,7 @@ end
344
345
346
name = "online",
347
- caption = fgettext("Play Online"),
+ caption = fgettext("Join Game"),
348
349
350
0 commit comments