fixed auction length time (#2)
Cette révision appartient à :
Parent
15f137bd6a
révision
368f0567f3
3 fichiers modifiés avec 4 ajouts et 4 suppressions
|
@ -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
Fichier binaire non affiché.
Avant Largeur: | Hauteur: | Taille: 200 Kio Après Largeur: | Hauteur: | Taille: 201 Kio |
Chargement…
Référencer dans un nouveau ticket