Skip to content

Commit a4c987b

Browse files
sapiersapier
authored andcommitted
Fix caption of config mods button (simple menu)
1 parent c24e075 commit a4c987b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/mainmenu/tab_simple_main.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ local function get_formspec(tabview, name, tabdata)
6666
-- buttons
6767
retval = retval ..
6868
"button[2.0,4.5;6,1.5;btn_start_singleplayer;" .. fgettext("Start Singleplayer") .. "]" ..
69-
"button[8.25,4.5;2.5,1.5;btn_config_sp_world;" .. fgettext("Config MODs") .. "]"
69+
"button[8.25,4.5;2.5,1.5;btn_config_sp_world;" .. fgettext("Config mods") .. "]"
7070

7171
return retval
7272
end

0 commit comments

Comments
 (0)