Quantcast

Ackis Recipe List:

Ackis [10-27-08 - 20:34]
Ackis Recipe List:
- Update a disabled item in the GUI
- Dry-coded (Compiles with luac -p)
Filename
ARLFrame.lua
Locals/ARLLocals-enUS.lua
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."