From 4e1ba098152da26b742a6908fd5cd912d7f06122 Mon Sep 17 00:00:00 2001 From: HonkinGamer <66095733+HonkGamer@users.noreply.github.com> Date: Sun, 7 Jun 2020 18:53:22 -0400 Subject: [PATCH] Dropdown change Hardcoded dropdown text to prevent interference from other AceLibraries --- AtlasLoot/DefaultFrame/DewDropDown.lua | 4 ++-- AtlasLoot/Libs/LibBabble-Zone-3.0/LibBabble-Zone-3.0.lua | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/AtlasLoot/DefaultFrame/DewDropDown.lua b/AtlasLoot/DefaultFrame/DewDropDown.lua index 2b15083..d63edec 100644 --- a/AtlasLoot/DefaultFrame/DewDropDown.lua +++ b/AtlasLoot/DefaultFrame/DewDropDown.lua @@ -105,7 +105,7 @@ AtlasLoot_DewDropDown = { [2] = { [AL["BC Instances"]] = { [1] = { - { BabbleZone["Raids:"], "BCKeys", "Table", "Header" }, + { "Raids:", "BCKeys", "Table", "Header" }, }, [2] = { { BabbleZone["Karazhan"], "Karazhan", "Submenu" }, @@ -138,7 +138,7 @@ AtlasLoot_DewDropDown = { ---- Dugneons ----- [11] = { - { BabbleZone["Dungeons:"], "BCKeys", "Table", "Header" }, + { "Dungeons:", "BCKeys", "Table", "Header" }, }, [12] = { diff --git a/AtlasLoot/Libs/LibBabble-Zone-3.0/LibBabble-Zone-3.0.lua b/AtlasLoot/Libs/LibBabble-Zone-3.0/LibBabble-Zone-3.0.lua index 079aed9..721f002 100644 --- a/AtlasLoot/Libs/LibBabble-Zone-3.0/LibBabble-Zone-3.0.lua +++ b/AtlasLoot/Libs/LibBabble-Zone-3.0/LibBabble-Zone-3.0.lua @@ -17,9 +17,6 @@ if not lib then return end local GAME_LOCALE = GetLocale() lib:SetBaseTranslations { - ["Raids:"] = "Raids:", - ["Dungeons:"] = "Dungeons:", - ["Abyssal Depths"] = "Abyssal Depths", ["Ahn'kahet: The Old Kingdom"] = "Ahn'kahet: The Old Kingdom", ["Ahn'Qiraj"] = "Ahn'Qiraj",