Rename page to “More”

This commit is contained in:
Wuzzy 2016-12-07 13:48:27 +01:00
parent a1bb902e3d
commit e2ffdd934f

View File

@ -9,7 +9,7 @@ sfinv_buttons.register_button = function(name, def)
end
sfinv.register_page("sfinv_buttons:buttons", {
title = "Buttons",
title = "More",
is_in_nav = function(self, player, context)
return buttons_num > 0
end,