mirror of
https://github.com/minetest-mods/skinsdb.git
synced 2025-07-09 19:20:21 +02:00
translate unified_inventory button mouseover text
This commit is contained in:
@ -12,7 +12,7 @@ unified_inventory.register_page("skins", {
|
|||||||
unified_inventory.register_button("skins", {
|
unified_inventory.register_button("skins", {
|
||||||
type = "image",
|
type = "image",
|
||||||
image = "skins_button.png",
|
image = "skins_button.png",
|
||||||
tooltip = "Skins",
|
tooltip = S("Skins"),
|
||||||
})
|
})
|
||||||
|
|
||||||
local function get_formspec(player)
|
local function get_formspec(player)
|
||||||
|
Reference in New Issue
Block a user