mirror of
https://github.com/minetest/minetest.git
synced 2025-03-13 22:02:36 +01:00
Fix main menu error message dialog: Now multi-line messages aren't cut at half of second line
This commit is contained in:
@ -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") .. "]"
|
||||
|
Reference in New Issue
Block a user