# HG changeset patch # User Zerotorescue # Date 1295597986 -3600 # Node ID 39df534c9856ce7ece5176275512bb0f3ea8513f # Parent da28be6ccd310a6433073df3b483f4791521cb19 Changed min crafting queue description to be more general. diff -r da28be6ccd31 -r 39df534c9856 Modules/Config.lua --- 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 = {