Quantcast

Fix small bug with text dump in the config panel

ackis [01-17-09 - 04:42]
Fix small bug with text dump in the config panel
Filename
ARLConfig.lua
diff --git a/ARLConfig.lua b/ARLConfig.lua
index 1a89454..3db1a39 100644
--- a/ARLConfig.lua
+++ b/ARLConfig.lua
@@ -1009,7 +1009,7 @@ local function fullOptions()
 							desc	= L["TEXT_DUMP_DESC"],
 							func	= function(info) addon:AckisRecipeList_Command(true) end,
 						},
-						textdump = {
+						exclusionlist = {
 							order	= 14,
 							type	= "execute",
 							name	= L["View Exclusion List"],