Rename 'Advanced Settings' button to 'All Settings' (#8131)

This commit is contained in:
paramat 2019-01-26 13:14:06 +00:00 committed by Nils Dagsson Moskopp
parent 889e9039a4
commit abbcd8741a
Signed by: erlehmann
GPG Key ID: A3BC671C35191080
1 changed files with 1 additions and 1 deletions

View 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