mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Fix main menu error message dialog: Now multi-line messages aren't cut at half of second line
This commit is contained in:
parent
10eea107ed
commit
86c616a545
1 changed files with 1 additions and 1 deletions
|
@ -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") .. "]"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue