mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Mainmenu: Unify gamedata.errormessage and messagebox formspecs (#14716)
This commit is contained in:
parent
140b9e5a5a
commit
981d67324b
3 changed files with 22 additions and 16 deletions
|
@ -117,7 +117,7 @@ local function resolve_auto_install_spec()
|
|||
end
|
||||
|
||||
if not resolved then
|
||||
gamedata.errormessage = fgettext("The package $1 was not found.", auto_install_spec)
|
||||
gamedata.errormessage = fgettext_ne("The package $1 was not found.", auto_install_spec)
|
||||
ui.update()
|
||||
|
||||
auto_install_spec = nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue