Skip to content

Commit

Permalink
Rename 'Advanced Settings' button to 'All Settings' (#8131)
Browse files Browse the repository at this point in the history
  • Loading branch information
paramat authored and SmallJoker committed Jan 26, 2019
1 parent ded522b commit 1511086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/mainmenu/tab_settings.lua
Expand Up @@ -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
Expand Down

0 comments on commit 1511086

Please sign in to comment.