From 2f9c37606cb14ad88e3ac8639e11cef6e590bd9d Mon Sep 17 00:00:00 2001 From: Oarcinae Date: Tue, 4 Feb 2020 15:54:40 -0500 Subject: [PATCH] More info clarification. --- lib/shared_chests.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/shared_chests.lua b/lib/shared_chests.lua index 4730e65..d73b9e4 100644 --- a/lib/shared_chests.lua +++ b/lib/shared_chests.lua @@ -283,7 +283,7 @@ function CreateSharedItemsGuiTab(tab_container, player) ApplyStyle(scrollFrame, my_shared_item_list_fixed_width_style) scrollFrame.horizontal_scroll_policy = "never" - AddLabel(scrollFrame, "share_items_info", "Place items into the yellow storage chests to share. Request items from the blue requestor chests to pull out items.", my_longer_label_style) + AddLabel(scrollFrame, "share_items_info", "Place items into the yellow storage chests to share. Request items from the blue requestor chests to pull out items. To refresh this view, click the tab again. Shared items are accessible by EVERYONE across all teams.", my_longer_label_style) AddLabel(scrollFrame, "share_items_title_msg", "Shared Items:", my_label_header_style)