Rename 'Advanced Settings' button to 'All Settings' (#8131)
authorParamat <paramat@users.noreply.github.com>
Sat, 26 Jan 2019 13:14:06 +0000 (13:14 +0000)
committerSmallJoker <SmallJoker@users.noreply.github.com>
Sat, 26 Jan 2019 13:14:06 +0000 (14:14 +0100)
builtin/mainmenu/tab_settings.lua

index fb07d51be2b4b23b4136c1b2609b44462806b66b..71b2d88fa8888b2c4d1bb78a60f5a6ce3a0c3c18 100644 (file)
@@ -233,7 +233,7 @@ local function formspec(tabview, name, tabdata)
 
        tab_string = tab_string ..
                "button[0,4.75;3.95,1;btn_advanced_settings;"
-               .. fgettext("Advanced Settings") .. "]"
+               .. fgettext("All Settings") .. "]"
 
 
        if core.settings:get("touchscreen_threshold") ~= nil then