diff options
author | Paramat <paramat@users.noreply.github.com> | 2019-01-26 13:14:06 +0000 |
---|---|---|
committer | SmallJoker <SmallJoker@users.noreply.github.com> | 2019-01-26 14:14:06 +0100 |
commit | 15110864c82ef1c8426a1d4efe5f2b5ce7c6ffd7 (patch) | |
tree | d75fd2a822cca51d01d7e5cceabf6fc63142ac86 | |
parent | ded522b2ee00b8f325b5f5fe216d67dd8a15f42a (diff) | |
download | minetest-15110864c82ef1c8426a1d4efe5f2b5ce7c6ffd7.tar.gz minetest-15110864c82ef1c8426a1d4efe5f2b5ce7c6ffd7.tar.bz2 minetest-15110864c82ef1c8426a1d4efe5f2b5ce7c6ffd7.zip |
Rename 'Advanced Settings' button to 'All Settings' (#8131)
-rw-r--r-- | builtin/mainmenu/tab_settings.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/mainmenu/tab_settings.lua b/builtin/mainmenu/tab_settings.lua index fb07d51be..71b2d88fa 100644 --- a/builtin/mainmenu/tab_settings.lua +++ b/builtin/mainmenu/tab_settings.lua @@ -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 |