Fix caption of config mods button (simple menu)

This commit is contained in:
sapier 2014-08-19 22:34:25 +02:00 committed by Nils Dagsson Moskopp
parent b92b8a51ce
commit c98969fa39
Signed by: erle
GPG Key ID: A3BC671C35191080
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