You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Locales.lua
+2
Original file line number
Diff line number
Diff line change
@@ -1630,6 +1630,8 @@ L["This can be looted after killing Dionae."] = true
1630
1630
L["Stewart's Stewpendous Stew"] =true
1631
1631
L["Bleakwood Chest"] =true
1632
1632
L["Trapped Stonefiend"] =true
1633
+
L["Collectable Type Filter"] =true
1634
+
L["These toggles filter which items appear in the main Rarity tooltip. Items are categorized by their type (eg. Mounts, Battle Pets...). Turning off these checkboxes does not turn off tracking for any items within the category; it simply hides the item from the tooltip in order to help reduce the number of items in it."] =true
1633
1635
1634
1636
--[[
1635
1637
The rest of this file is auto-generated using the WoWAce localization application.
Copy file name to clipboardExpand all lines: Modules/Options/Options.lua
+45
Original file line number
Diff line number
Diff line change
@@ -787,6 +787,51 @@ function R:PrepareOptions()
787
787
}, -- args
788
788
}, -- contentCategory
789
789
790
+
collectionType= {
791
+
type="group",
792
+
name=L["Collectable Type Filter"],
793
+
order=newOrder(),
794
+
inline=true,
795
+
args= {
796
+
797
+
desc= {
798
+
type="description",
799
+
name=L["These toggles filter which items appear in the main Rarity tooltip. Items are categorized by their type (eg. Mounts, Battle Pets...). Turning off these checkboxes does not turn off tracking for any items within the category; it simply hides the item from the tooltip in order to help reduce the number of items in it."],
0 commit comments