mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Fix some misspellings (#8104)
This commit is contained in:
committed by
Loïc Blot
parent
ed1415f78d
commit
3fce27ece5
@@ -142,7 +142,7 @@ local function handle_buttons(this, fields)
|
||||
elseif mod.enabled then
|
||||
gamedata.errormessage = fgettext_ne("Failed to enable mo" ..
|
||||
"d \"$1\" as it contains disallowed characters. " ..
|
||||
"Only chararacters [a-z0-9_] are allowed.",
|
||||
"Only characters [a-z0-9_] are allowed.",
|
||||
mod.name)
|
||||
end
|
||||
mods["load_mod_" .. mod.name] = nil
|
||||
|
Reference in New Issue
Block a user