From 182efda99a8b736ba916e6ab9bf02371f99b23bb Mon Sep 17 00:00:00 2001 From: ackis Date: Fri, 15 May 2009 16:25:21 +0000 Subject: [PATCH] Make the text for WotLK on the panel just show Lich King to save some text space. --- ARLFrame.lua | 2 +- Locals/testenUS.lua | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ARLFrame.lua b/ARLFrame.lua index f3095f5..c4c9b6a 100644 --- a/ARLFrame.lua +++ b/ARLFrame.lua @@ -3830,7 +3830,7 @@ function addon:CreateFrame( ARL_BCCBText:SetText(L["Burning Crusade"]) local ARL_WrathCB = CreateFrame("CheckButton", "ARL_WrathCB", addon.Fly_Obtain, "UICheckButtonTemplate") addon:GenericMakeCB(ARL_WrathCB, addon.Fly_Obtain, L["LK_WOW_DESC"], 91, 14, 1, 0) - ARL_WrathCBText:SetText(L["Wrath of the Lich King"]) + ARL_WrathCBText:SetText(L["Lich King"]) addon.Fly_Binding = CreateFrame("Frame", "addon.Fly_Binding", addon.Flyaway) addon.Fly_Binding:SetWidth(210) diff --git a/Locals/testenUS.lua b/Locals/testenUS.lua index fe1586e..337b529 100644 --- a/Locals/testenUS.lua +++ b/Locals/testenUS.lua @@ -1752,6 +1752,7 @@ L["Alt-Tradeskills"] = true L["ORIGINAL_WOW_DESC"] = "Recipes availible with the original game." L["BC_WOW_DESC"] = "Recipes availible with the Burning Crusade." L["LK_WOW_DESC"] = "Recipes availible with the Wrath of the Lich King." +L["Lich King"] = true L["Silverbrook Trapper"] = true L["Silverbrook Villager"] = true L["Silverbrook Hunter"] = true -- 1.7.9.5