mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix some misspellings (#8104)
This commit is contained in:
parent
ed1415f78d
commit
3fce27ece5
4 changed files with 6 additions and 6 deletions
|
@ -92,9 +92,9 @@ function ui.update()
|
|||
formspec = wordwrap_quickhack(gamedata.errormessage)
|
||||
local error_title
|
||||
if string.find(gamedata.errormessage, "ModError") then
|
||||
error_title = fgettext("An error occured in a Lua script, such as a mod:")
|
||||
error_title = fgettext("An error occurred in a Lua script, such as a mod:")
|
||||
else
|
||||
error_title = fgettext("An error occured:")
|
||||
error_title = fgettext("An error occurred:")
|
||||
end
|
||||
formspec = "size[12,5]" ..
|
||||
"label[0.5,0;" .. error_title ..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue