renamed Finished trading button

This commit is contained in:
Sokomine 2021-05-24 20:21:02 +02:00
parent ec23d8ac01
commit 878a5b6c23

View File

@ -433,7 +433,7 @@ yl_speak_up.get_fs_trade_simple = function(player)
-- show the buy slot from the same inventory
"list[detached:yl_speak_up_player_"..pname..";buy;5,1.5;1,1;]" ..
"label[1.5,2.8;"..trade_possible_msg.."]"..
"button[6.2,1.6;2.0,0.9;finished_trading;Finish trading]"..
"button[6.2,1.6;2.0,0.9;finished_trading;Back to talk]"..
"tooltip[finished_trading;Click here once you've traded enough with this "..
"NPC and want to get back to talking.]"
end