mirror of
https://github.com/minetest-mods/skinsdb.git
synced 2024-12-22 23:40:18 +01:00
translate unified_inventory button mouseover text
This commit is contained in:
parent
918df53f3b
commit
ada930c099
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user