From 953fffa754bcf49d35505f0de4dc91ef7f14591e Mon Sep 17 00:00:00 2001 From: ckaotik Date: Tue, 9 Nov 2010 23:01:11 +0100 Subject: [PATCH] * tagged as new version: 4.0v4 * minor fix for the sell icon not updating properly when auto selling (wherever that came from) * did some localization tweaks: typos and caution messages ;) --- Broker_Garbage.toc | 2 +- core.lua | 1 + locale/deDE.lua | 2 +- locale/enUS.lua | 2 +- readme.txt | 4 ++-- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Broker_Garbage.toc b/Broker_Garbage.toc index 93665d1..ac16baf 100644 --- a/Broker_Garbage.toc +++ b/Broker_Garbage.toc @@ -8,7 +8,7 @@ ## Notes: Full bags no more! Distinguish between junk and treasure, find items to drop quickly. ## Notes-deDE: Endlich wieder Platz! Unterscheide Trödel von Schätzen und finde Items zum Wegwerfen. ## Author: ckaotik -## Version: 4.0v3 +## Version: 4.0v4 ## X-Website: http://www.wowinterface.com/downloads/info15531-Broker_Garbage.html ## X-RelSite-WoWI: 15531 ## X-Category: Inventory diff --git a/core.lua b/core.lua index 6568d9b..2a698e8 100644 --- a/core.lua +++ b/core.lua @@ -878,6 +878,7 @@ function BrokerGarbage:AutoSell() end _G["BrokerGarbage_SellIcon"]:GetNormalTexture():SetDesaturated(true) end + BrokerGarbage:UpdateRepairButton() end -- automatically repair at a vendor diff --git a/locale/deDE.lua b/locale/deDE.lua index 2911b4b..3576d3a 100644 --- a/locale/deDE.lua +++ b/locale/deDE.lua @@ -122,7 +122,7 @@ if GetLocale() == "deDE" then BrokerGarbage.locale.maxHeightText = "Lege fest, wie hoch der Tooltip sein darf. Standard: 220" BrokerGarbage.locale.sellNotUsableTitle = "Ausrüstung verkaufen" - BrokerGarbage.locale.sellNotUsableText = "Auswählen um Broker_Garbage Ausrüstung, die du niemals tragen kannst, automatisch verkaufen zu lassen.\n(inaktiv bei Verzauberern, wirkt nur für seelengebundene Items)" + BrokerGarbage.locale.sellNotUsableText = "Auswählen um Broker_Garbage seelengebundene Ausrüstung, die du niemals tragen kannst, automatisch verkaufen zu lassen.\n(inaktiv bei Verzauberern)" BrokerGarbage.locale.SNUMaxQualityTitle = "Höchstens verkaufen bis" BrokerGarbage.locale.SNUMaxQualityText = "Wähle die maximale Itemqualität, bei der unnütze Ausrüstung verkauft werden soll." diff --git a/locale/enUS.lua b/locale/enUS.lua index a59f39e..0269222 100644 --- a/locale/enUS.lua +++ b/locale/enUS.lua @@ -122,7 +122,7 @@ BrokerGarbage.locale = { maxHeightText = "Set the height of the tooltip. Default: 220", sellNotUsableTitle = "Sell Unusable Gear", - sellNotUsableText = "Check this to have Broker_Garbage sell all soulbound gear that you cannot wear.\n(Only applies to BoP items and if not an enchanter)", + sellNotUsableText = "Check this to have Broker_Garbage sell all soulbound gear you cannot wear.\n(Only applies if not an enchanter)", SNUMaxQualityTitle = "Sell Quality", SNUMaxQualityText = "Select the maximum item quality to sell when 'Sell Unusable Gear' is checked.", diff --git a/readme.txt b/readme.txt index 3cf5b59..ac01a4f 100644 --- a/readme.txt +++ b/readme.txt @@ -1,7 +1,7 @@ Broker_Garbage ============== Author: ckaotik -Version: 4.0v3 +Version: 4.0v4 WoW Version: 4.0.1 WoWInterface: http://www.wowinterface.com/downloads/info15531-Broker_Garbage.html (with Loot Manager) @@ -134,7 +134,7 @@ Same as the above, just adds the item to the global include list. /garb value -or- /garb minvalue Sets the minimum item value in order for the item to be looted. '0' means every item may be looted. This only works if the Loot Manager is active. -10. How you can help +11. How you can help ----------------- I still need a few translations to get done. If you would like to help me with that, please do so on http://wow.curseforge.com/addons/broker_garbage/localization/ . Likewise, I need people to test the addon with different auction addons. If you have one that isn't yet supported, make a Feature Suggestion (see 4.). -- 1.7.9.5