Skip to content

Commit

Permalink
Fix caption of config mods button (simple menu)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapier authored and sapier committed Aug 19, 2014
1 parent c24e075 commit a4c987b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/mainmenu/tab_simple_main.lua
Expand Up @@ -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
Expand Down

0 comments on commit a4c987b

Please sign in to comment.