Skip to content

Commit

Permalink
Fix main menu error message dialog: Now multi-line messages aren't cu…
Browse files Browse the repository at this point in the history
…t at half of second line
  • Loading branch information
celeron55 committed Jan 6, 2014
1 parent 10eea10 commit 86c616a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/mainmenu.lua
Expand Up @@ -177,7 +177,7 @@ function update_menu()
-- handle errors
if gamedata.errormessage ~= nil then
formspec = "size[12,5.2]" ..
"field[1,2;10,2;;ERROR: " ..
"textarea[1,2;10,2;;ERROR: " ..
gamedata.errormessage ..
";]"..
"button[4.5,4.2;3,0.5;btn_error_confirm;" .. fgettext("Ok") .. "]"
Expand Down

0 comments on commit 86c616a

Please sign in to comment.