Added section header for filters dropdown for the favorites check item.
pschifferer [01-22-09 - 17:46]
Added section header for filters dropdown for the favorites check item.
diff --git a/Cauldron/CauldronMainUI.lua b/Cauldron/CauldronMainUI.lua
index 6a4cc82..db40b83 100644
--- a/Cauldron/CauldronMainUI.lua
+++ b/Cauldron/CauldronMainUI.lua
@@ -1061,6 +1061,14 @@ function Cauldron:FilterDropDown_Initialize(level)
});
if not IsTradeSkillLinked() then
+ local miscTitle = {
+ text = L["Miscellaneous"],
+ isTitle = true,
+ tooltipTitle = "",
+ tooltipText = "",
+ };
+ UIDropDownMenu_AddButton(miscTitle);
+
-- favorites
local faves = {
text = L["Favorites"],
diff --git a/Cauldron/Locale/Cauldron-enUS.lua b/Cauldron/Locale/Cauldron-enUS.lua
index 28ab192..130097d 100644
--- a/Cauldron/Locale/Cauldron-enUS.lua
+++ b/Cauldron/Locale/Cauldron-enUS.lua
@@ -50,6 +50,7 @@ L["Medium"] = true
L["Easy"] = true
L["Trivial"] = true
L["Set whether items of this difficulty level should be shown"] = true
+L["Miscellaneous"] = true
L["Favorites"] = true
L["Mark this skill as a favorite"] = true
L["Reagents"] = true