character_creator: Change button tooltip to "Appearance".

This commit is contained in:
AntumDeluge 2016-07-29 18:09:20 -07:00
parent 69a2a2d234
commit f3d01673b6

View File

@ -245,7 +245,7 @@ if rawget(_G, "unified_inventory") then
unified_inventory.register_button("character_creator", {
type = "image",
image = "inventory_plus_character_creator.png",
tooltip = unified_inventory.gettext("Character Creator"),
tooltip = unified_inventory.gettext("Appearance"),
action = function(player)
show_formspec(player:get_player_name())
end