Fix caption of config mods button (simple menu)

This commit is contained in:
sapier 2014-08-19 22:34:25 +02:00
parent c24e0753fc
commit a4c987b339
1 changed files with 1 additions and 1 deletions

View File

@ -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