changeset 181:dd0e7e00bb9d

Alert options are no longer NYI. Untagged them as such.
author Zerotorescue
date Sun, 30 Jan 2011 15:47:44 +0100
parents 05b4f8ad6445
children 3b66661eecba
files Modules/Config.lua
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/Modules/Config.lua	Sun Jan 30 15:44:27 2011 +0100
+++ b/Modules/Config.lua	Sun Jan 30 15:47:44 2011 +0100
@@ -474,7 +474,7 @@
 						alertBelowLocalMinimum = {
 							order = 16,
 							type = "toggle",
-							name = "Alert when below local minimum (NYI)",
+							name = "Alert when below local minimum",
 							desc = "Show an alert when an item in this group gets below the local minimum stock threshold.",
 							arg = "overrideAlertBelowLocalMinimum",
 						},
@@ -521,7 +521,7 @@
 						alertBelowGlobalMinimum = {
 							order = 26,
 							type = "toggle",
-							name = "Alert when below global minimum (NYI)",
+							name = "Alert when below global minimum",
 							desc = "Show an alert when an item in this group gets below the global minimum stock threshold.",
 							arg = "overrideAlertBelowGlobalMinimum",
 						},
@@ -1549,7 +1549,7 @@
 					alertBelowLocalMinimum = {
 						order = 11,
 						type = "toggle",
-						name = "Alert when below local minimum (NYI)",
+						name = "Alert when below local minimum",
 						desc = "Show an alert when this item gets below this threshold.",
 						get = function() return addon.db.profile.defaults.alertBelowLocalMinimum; end,
 						set = function(i, v) addon.db.profile.defaults.alertBelowLocalMinimum = v; end,
@@ -1578,7 +1578,7 @@
 					alertBelowGlobalMinimum = {
 						order = 21,
 						type = "toggle",
-						name = "Alert when below global minimum (NYI)",
+						name = "Alert when below global minimum",
 						desc = "Show an alert when this item gets below this threshold.",
 						get = function() return addon.db.profile.defaults.alertBelowGlobalMinimum; end,
 						set = function(i, v) addon.db.profile.defaults.alertBelowGlobalMinimum = v; end,