Mercurial > wow > inventory
changeset 154:39df534c9856
Changed min crafting queue description to be more general.
author | Zerotorescue |
---|---|
date | Fri, 21 Jan 2011 09:19:46 +0100 |
parents | da28be6ccd31 |
children | 5081056cade1 |
files | Modules/Config.lua |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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 = {