Skip to content

Commit 1511086

Browse files
paramatSmallJoker
authored andcommittedJan 26, 2019
Rename 'Advanced Settings' button to 'All Settings' (#8131)
1 parent ded522b commit 1511086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎builtin/mainmenu/tab_settings.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ local function formspec(tabview, name, tabdata)
233233

234234
tab_string = tab_string ..
235235
"button[0,4.75;3.95,1;btn_advanced_settings;"
236-
.. fgettext("Advanced Settings") .. "]"
236+
.. fgettext("All Settings") .. "]"
237237

238238

239239
if core.settings:get("touchscreen_threshold") ~= nil then

0 commit comments

Comments
 (0)