forked from Mirrorlandia_minetest/minetest
Fix caption of config mods button (simple menu)
This commit is contained in:
parent
c24e0753fc
commit
a4c987b339
@ -66,7 +66,7 @@ local function get_formspec(tabview, name, tabdata)
|
||||
-- buttons
|
||||
retval = retval ..
|
||||
"button[2.0,4.5;6,1.5;btn_start_singleplayer;" .. fgettext("Start Singleplayer") .. "]" ..
|
||||
"button[8.25,4.5;2.5,1.5;btn_config_sp_world;" .. fgettext("Config MODs") .. "]"
|
||||
"button[8.25,4.5;2.5,1.5;btn_config_sp_world;" .. fgettext("Config mods") .. "]"
|
||||
|
||||
return retval
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user