From 511ed8c6c8468f2f3fdaa72e6f2c81f1dcfbe16e Mon Sep 17 00:00:00 2001 From: Jim-Bim Date: Thu, 9 Apr 2009 19:45:43 +0000 Subject: [PATCH] AckisRecipeList: - fixed a typo which prevented a string to show up localized --- ARLFrame.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARLFrame.lua b/ARLFrame.lua index d8d458e..99e5f82 100644 --- a/ARLFrame.lua +++ b/ARLFrame.lua @@ -4040,7 +4040,7 @@ function addon:CreateFrame( addon:GenericMakeCB(ARL_UnknownCB, addon.Fly_General, L["UNKNOWN_DESC"], 6, 5, 1, 0) ARL_UnknownCBText:SetText(L["Unknown"]) local ARL_ClassText = addon.Fly_General:CreateFontString("ARL_ClassText", "OVERLAY", "GameFontHighlight") - ARL_ClassText:SetText("Classes" .. ":") + ARL_ClassText:SetText(L["Classes"] .. ":") ARL_ClassText:SetPoint("TOPLEFT", addon.Fly_General, "TOPLEFT", 5, -92) ARL_ClassText:SetHeight(14) ARL_ClassText:SetWidth(150) -- 1.7.9.5