fixed auction length time (#2)

Cette révision appartient à :
Albirew 2019-10-19 22:17:58 +02:00
Parent 15f137bd6a
révision 368f0567f3
3 fichiers modifiés avec 4 ajouts et 4 suppressions

Voir le fichier

@ -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

Voir le fichier

@ -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"]);

Fichier binaire non affiché.

Avant

Largeur:  |  Hauteur:  |  Taille: 200 KiB

Après

Largeur:  |  Hauteur:  |  Taille: 201 KiB