diff --git a/AuctionLite-classic.toc b/AuctionLite-classic.toc index 3bddbbd..cdb6537 100644 --- a/AuctionLite-classic.toc +++ b/AuctionLite-classic.toc @@ -2,7 +2,7 @@ ## Title: AuctionLite-classic ## Notes: A lightweight addon that tracks auction house data and improves the auction house interface. ## Author: merial.kilrogg@gmail.com -## Version: 1.0 +## Version: 1.1 ## OptionalDeps: Ace3 ## SavedVariables: AuctionLiteDB ## X-Category: Interface Enhancements diff --git a/SellFrame.lua b/SellFrame.lua index 5233d25..4f1b4ae 100644 --- a/SellFrame.lua +++ b/SellFrame.lua @@ -972,9 +972,9 @@ function AuctionLite:CreateSellFrame() SellPerItemButtonText:SetText(L["per item"]); SellPerStackButtonText:SetText(L["per stack"]); - SellShortAuctionButtonText:SetText(L["%dh"]:format(12)); - SellMediumAuctionButtonText:SetText(L["%dh"]:format(24)); - SellLongAuctionButtonText:SetText(L["%dh"]:format(48)); + SellShortAuctionButtonText:SetText(L["%dh"]:format(2)); + SellMediumAuctionButtonText:SetText(L["%dh"]:format(8)); + SellLongAuctionButtonText:SetText(L["%dh"]:format(24)); -- Set button text and adjust arrows. SellItemNameButton:SetText(L["Competing Auctions"]); diff --git a/screenshot.jpg b/screenshot.jpg index e8f1b3e..7474a18 100644 Binary files a/screenshot.jpg and b/screenshot.jpg differ