From 7f16897bf5705ab59d31fc78bb4f0f9e4550f11a Mon Sep 17 00:00:00 2001 From: Ackis Date: Mon, 27 Oct 2008 20:34:21 +0000 Subject: [PATCH] Ackis Recipe List: - Update a disabled item in the GUI - Dry-coded (Compiles with luac -p) --- ARLFrame.lua | 2 +- Locals/ARLLocals-enUS.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ARLFrame.lua b/ARLFrame.lua index ddf2b02..51111c6 100644 --- a/ARLFrame.lua +++ b/ARLFrame.lua @@ -3243,7 +3243,7 @@ function addon:CreateFrame( ARL_ExpItemOptCB = addon:CreateExpCB("ARL_ExpItemOptCB", "INV_Misc_EngGizmos_19", 4) ARL_ExpItemOptCB:SetPoint("TOPLEFT", ARL_ExpBindingOptCB, "BOTTOMLEFT", -0, -8) - ARL_ExpItemOptCB:Disable() + --ARL_ExpItemOptCB:Disable() ARL_ExpPlayerOptCB = addon:CreateExpCB("ARL_ExpPlayerOptCB", "INV_Misc_GroupLooking", 5) ARL_ExpPlayerOptCB:SetPoint("TOPLEFT", ARL_ExpItemOptCB, "BOTTOMLEFT", -0, -8) diff --git a/Locals/ARLLocals-enUS.lua b/Locals/ARLLocals-enUS.lua index 10e2d73..713ac2d 100644 --- a/Locals/ARLLocals-enUS.lua +++ b/Locals/ARLLocals-enUS.lua @@ -265,7 +265,7 @@ L["ALL_FILTERED"] = "Although you have already scanned this profession, your fil L["ARL_ALLKNOWN"] = "You know all the recipes for this profession." -- Error/warning Text -L["MissingFromDB"] = ": is is missing from the database. \nPlease inform the author of the add-on about this recipe." +L["MissingFromDB"] = ": is missing from the database. \nPlease inform the author of the add-on about this recipe." L["UnknownTradeSkill"] = "You have opened up a trade skill window which is not supported by this add-on. The trade skill is %s. Please provide the author of the add-on with this information." L["OpenTradeSkillWindow"] = "Please open trade skill window to scan." L["SpellIDCache"] = "Spell ID: %s is not in your local cache. Please submit a ticket at http://wow.curseforge.com/projects/ackis-recipe-list/tickets/ and include the spell ID and the profession in which you were scanning." -- 1.7.9.5