From 4b1b81c0b011ec3dc3d24ec52b71b23bbc4d0e80 Mon Sep 17 00:00:00 2001 From: ackis Date: Thu, 21 May 2009 14:41:53 +0000 Subject: [PATCH] Add a caveat to the datamining screen saying some of these options may lag you a bit when you open up trainers. --- ARLConfig.lua | 5 +++++ Locals/testenUS.lua | 1 + 2 files changed, 6 insertions(+) diff --git a/ARLConfig.lua b/ARLConfig.lua index ae96db3..42607da 100644 --- a/ARLConfig.lua +++ b/ARLConfig.lua @@ -1256,6 +1256,11 @@ local function giveDatamine() type = "description", name = L["DATAMINE_OPTIONS_DESC"] .. "\n", }, + datamine_warn = { + order = 2, + type = "description", + name = L["DATAMINE_WARNING_DESC"] .. "\n", + }, generatelinks = { order = 73, type = "execute", diff --git a/Locals/testenUS.lua b/Locals/testenUS.lua index 0964046..7f218a7 100644 --- a/Locals/testenUS.lua +++ b/Locals/testenUS.lua @@ -1759,3 +1759,4 @@ L["Silverbrook Hunter"] = true L["Silverbrook Defender"] = true L["ALT_TRADESKILL_DESC"] = "This will display a list of alts which have had trade skills scanned. Clicking on the alt's name will output the tradeskill to chat." L["Other Realms"] = true +L["DATAMINE_WARNING_DESC"] = "Please note that enabling Auto Load Recipe Database will increase the amount of memory used by ARL. Enabling Auto Scan Trainers may cause a slight bit of lag when the trainer is opened. This will be more noticeable on the first scan of a trainer." -- 1.7.9.5