Skip to content
Snippets Groups Projects
Commit a4c987b3 authored by sapier's avatar sapier
Browse files

Fix caption of config mods button (simple menu)

parent c24e0753
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment