Skip to content

Commit 05e43a2

Browse files
committed
add information tag that won't be read about new tags
1 parent 9a364bf commit 05e43a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Core/Config/GUI.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1791,7 +1791,7 @@ local function CreateTagSetting(containerParent, unit, tagDB)
17911791
LayoutContainer:AddChild(FontSizeSlider)
17921792

17931793
local TagSelectionContainer = GUIWidgets.CreateInlineGroup(containerParent, "Tag Selection")
1794-
GUIWidgets.CreateInformationTag(TagSelectionContainer, "You can use the dropdowns below to quickly add tags.")
1794+
GUIWidgets.CreateInformationTag(TagSelectionContainer, "You can use the dropdowns below to quickly add tags.\n|cFF8080FFPrefix|r indicates that this should be added to the start of the tag string.")
17951795

17961796
local HealthTagDropdown = AG:Create("Dropdown")
17971797
HealthTagDropdown:SetList(UUF:FetchTagData("Health")[1], UUF:FetchTagData("Health")[2])

0 commit comments

Comments
 (0)