From 1a21c03059743f80c521201bf1fee30cb344b052 Mon Sep 17 00:00:00 2001 From: Spit <19otari98@gmail.com> Date: Wed, 25 Sep 2024 20:00:51 +0300 Subject: [PATCH] text edits --- Core/AtlasLoot.lua | 4 ++-- Core/ButtonRegistry.lua | 4 ++-- Core/WorldBoss.lua | 2 +- Locale/locale.en.lua | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Core/AtlasLoot.lua b/Core/AtlasLoot.lua index f044e4d..5fad6ef 100644 --- a/Core/AtlasLoot.lua +++ b/Core/AtlasLoot.lua @@ -2361,7 +2361,7 @@ AtlasLoot_HewdropDown = { [8] = {{AL["Dark Reaver of Karazhan"], "Reaver", "Table" },}, [9] = {{AL["Ostarius"], "Ostarius", "Table" },}, [10] = {{AL["Concavius"], "Concavius", "Table" },}, - [11] = {{AL["There Is No Cow Level"], "CowKing", "Table" },}, + [11] = {{AL["Moo"], "CowKing", "Table" },}, }, }, @@ -2958,7 +2958,7 @@ AtlasLoot_HewdropDown_SubTables = { { AL["Dark Reaver of Karazhan"], "Reaver" }, { AL["Ostarius"], "Ostarius" }, { AL["Concavius"], "Concavius" }, - { AL["There Is No Cow Level"], "CowKing" }, + { AL["Moo"], "CowKing" }, }, ["RareSpawns"] = { { "|cffffffff[17]|cffffd200 Earthcaller Rezengal |cffffffff(Stonetalon)", "EarthcallerRezengal" }, diff --git a/Core/ButtonRegistry.lua b/Core/ButtonRegistry.lua index 680c5b0..8f11a84 100644 --- a/Core/ButtonRegistry.lua +++ b/Core/ButtonRegistry.lua @@ -3525,13 +3525,13 @@ AtlasLoot_ButtonRegistry = { ["Concavius"] = { Title = AL["Concavius"]; Next_Page = "CowKing"; - Next_Title = AL["There Is No Cow Level"]; + Next_Title = AL["Moo"]; Prev_Page = "Ostarius"; Prev_Title = AL["Ostarius"]; Back_Page = "WORLDBOSSMENU" }; ["CowKing"] = { - Title = AL["There Is No Cow Level"]; + Title = AL["Moo"]; Prev_Page = "Concavius"; Prev_Title = AL["Concavius"]; Back_Page = "WORLDBOSSMENU" diff --git a/Core/WorldBoss.lua b/Core/WorldBoss.lua index ded27ae..495623d 100644 --- a/Core/WorldBoss.lua +++ b/Core/WorldBoss.lua @@ -75,7 +75,7 @@ function AtlasLoot_WorldBossMenu() AtlasLootMenuItem_11.lootpage="Concavius"; AtlasLootMenuItem_11:Show(); --Cow level - AtlasLootMenuItem_13_Name:SetText(AL["There Is No Cow Level"]); + AtlasLootMenuItem_13_Name:SetText(AL["Moo"]); AtlasLootMenuItem_13_Extra:SetText(WHITE..AL["Moomoo Grove"]); AtlasLootMenuItem_13_Icon:SetTexture("Interface\\Icons\\Spell_Nature_Polymorph_Cow"); AtlasLootMenuItem_13.lootpage="CowKing"; diff --git a/Locale/locale.en.lua b/Locale/locale.en.lua index b2956c5..19c93be 100644 --- a/Locale/locale.en.lua +++ b/Locale/locale.en.lua @@ -1237,7 +1237,7 @@ AL:RegisterTranslations("enUS", function() return { ["Lethon"] = true, ["Taerar"] = true, ["Ysondre"] = true, - ["There Is No Cow Level"] = true, + ["Moo"] = true, ["Nerubian Overseer"] = true, ["Turtlhu, the Black Turtle of Doom"] = true, ["Dark Reaver of Karazhan"] = true,