Fix the locale error with Manufac. Fo' drizzle!
ackis [01-21-09 - 17:53]
Fix the locale error with Manufac. Fo' drizzle!
diff --git a/AckisRecipeList.lua b/AckisRecipeList.lua
index 74315f2..5b772b2 100644
--- a/AckisRecipeList.lua
+++ b/AckisRecipeList.lua
@@ -293,8 +293,8 @@ function addon:OnEnable()
Manufac.options.args.ARLScan = {
type = 'execute',
name = L["Scan"],
- desc = L["Scan Skills Long"],
- func = function() addon:AckisRecipeList_Command() end,
+ desc = L["SCAN_RECIPES_DESC"],
+ func = function() addon:AckisRecipeList_Command(false) end,
order = 550,
}