Quantcast

Make the text for WotLK on the panel just show Lich King to save some text space.

ackis [05-15-09 - 16:25]
Make the text for WotLK on the panel just show Lich King to save some text space.
Filename
ARLFrame.lua
Locals/testenUS.lua
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