1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

Mainmenu: Unify gamedata.errormessage and messagebox formspecs (#14716)

This commit is contained in:
grorp
2024-06-01 17:03:06 +02:00
committed by GitHub
parent 140b9e5a5a
commit 981d67324b
3 changed files with 22 additions and 16 deletions

View File

@@ -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