fixed auction length time (#2)
This commit is contained in:
parent
15f137bd6a
commit
368f0567f3
3 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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"]);
|
||||
|
|
BIN
screenshot.jpg
BIN
screenshot.jpg
Binary file not shown.
Before Width: | Height: | Size: 200 KiB After Width: | Height: | Size: 201 KiB |
Loading…
Reference in a new issue