Fix broken translation

This commit is contained in:
randomei 2023-11-21 15:13:54 +03:00 committed by GitHub
parent e77f38b156
commit 47ea5c0cbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
-- support for i18n
local S = armor.get_translator
local S = minetest.get_translator(minetest.get_current_modname())
--- Mithril
--
@ -159,4 +159,4 @@ if armor.materials.mithril then
{m, "", m},
},
})
end
end