From d70c94f2d70952d7824b0e94208c5fe1c897fb4b Mon Sep 17 00:00:00 2001 From: Sokomine Date: Wed, 2 Jun 2021 02:57:50 +0200 Subject: [PATCH] made link to add trades in inventory more clear --- inventory.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory.lua b/inventory.lua index ec9b942..4ef9b70 100644 --- a/inventory.lua +++ b/inventory.lua @@ -59,7 +59,7 @@ yl_speak_up.get_fs_inventory = function(player) "list[current_player;main;2,8.28;8,3;8]" .. "listring[detached:yl_speak_up_npc_"..tostring(n_id)..";npc_main]" .. "listring[current_player;main]" .. - "button[4.5,6.35;3,0.6;inventory_show_tradelist;Show all trades]".. + "button[3.5,6.35;5,0.6;inventory_show_tradelist;Show trade list trades (player view)]".. "button[10.0,10.4;2,0.9;back_from_inventory;Back]" end