diff Modules/Config.lua @ 154:39df534c9856

Changed min crafting queue description to be more general.
author Zerotorescue
date Fri, 21 Jan 2011 09:19:46 +0100
parents 311eb97cb983
children 5081056cade1
line wrap: on
line diff
--- a/Modules/Config.lua	Fri Jan 21 06:57:57 2011 +0100
+++ b/Modules/Config.lua	Fri Jan 21 09:19:46 2011 +0100
@@ -677,8 +677,8 @@
 							max = 1,
 							step = 0.01,
 							isPercent = true,
-							name = "Don't queue if I only miss",
-							desc = "Don't add a craftable item to the queue if I only miss this much or less of the restock target.\n\nExample: if your restock target is set to 60 and this is set to 5%, an item won't be queued unless you are missing more than 3 of it.",
+							name = "Don't queue when only missing...",
+							desc = "Don't add a craftable item to the queue when only missing this much or less of the restock target.\n\nExample: if your restock target is set to 60 and this is set to 5%, an item won't be queued unless you are missing more than 3 of it.",
 							arg = "overrideMinCraftingQueue",
 						},
 						overrideBonusQueue = {