changeset 216:70daa765e275

Now using the best item count addon available when the selected is unavailable, rather than a random.
author Zerotorescue
date Sun, 06 Feb 2011 14:00:41 +0100
parents fbd52851dcd1
children ca05b8ade1ea
files Modules/Config.lua
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/Modules/Config.lua	Sun Feb 06 14:00:19 2011 +0100
+++ b/Modules/Config.lua	Sun Feb 06 14:00:41 2011 +0100
@@ -724,7 +724,7 @@
 									end
 									
 									if preferedAddon ~= selectedAddonName then
-										t = t .. "\n\n|cffff0000You have selected |cfffed000" .. preferedAddon .. "|r|cffff0000 as your item count addon, but this appears to be disabled and thus a random alternative was selected.|r";
+										t = t .. "\n\n|cffff0000You have selected |cfffed000" .. preferedAddon .. "|r|cffff0000 as your item count addon, but this appears to be disabled and thus the best alternative was selected.|r";
 									end
 								end
 								
@@ -780,7 +780,7 @@
 							order = 20,
 							type = "select",
 							name = "Prefered item count addon",
-							desc = "Select the addon you prefer data for this group to be retrieved from. A random supported addon will be used if the selected addon can not be found.",
+							desc = "Select the addon you prefer data for this group to be retrieved from. The best supported addon will be used if the selected addon can not be found.",
 							values = function()
 								local temp = {};
 								for name, value in pairs(addon.supportedAddons.itemCount) do
@@ -1738,7 +1738,7 @@
 								end
 								
 								if preferedAddon ~= selectedAddonName then
-									t = t .. "\n\n|cffff0000You have selected |cfffed000" .. preferedAddon .. "|r|cffff0000 as your item count addon, but this appears to be disabled and thus a random alternative was selected.|r";
+									t = t .. "\n\n|cffff0000You have selected |cfffed000" .. preferedAddon .. "|r|cffff0000 as your item count addon, but this appears to be disabled and thus the best alternative was selected.|r";
 								end
 							end
 							
@@ -1776,7 +1776,7 @@
 						order = 20,
 						type = "select",
 						name = "Prefered item count addon",
-						desc = "Select the addon you prefer data to be retrieved from. A random supported addon will be used if the selected addon can not be found.",
+						desc = "Select the addon you prefer data to be retrieved from. The best supported addon will be used if the selected addon can not be found.",
 						values = function()
 							local temp = {};
 							for name, value in pairs(addon.supportedAddons.itemCount) do