Quantcast

Add a caveat to the datamining screen saying some of these options may lag you a bit when you open up trainers.

ackis [05-21-09 - 14:41]
Add a caveat to the datamining screen saying some of these options may lag you a bit when you open up trainers.
Filename
ARLConfig.lua
Locals/testenUS.lua
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."