mirror of
https://github.com/Qz3rK/tdesktop.git
synced 2026-07-03 14:15:08 +02:00
Simple auction position display.
This commit is contained in:
@@ -4070,7 +4070,6 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
"lng_auction_bought_date" = "Date";
|
||||
"lng_auction_bought_bid" = "Accepted Bid";
|
||||
"lng_auction_bought_round" = "Round #{n}";
|
||||
"lng_auction_bought_top" = "Top {n}";
|
||||
"lng_auction_change_title" = "Change Recipient";
|
||||
"lng_auction_change_button" = "Change";
|
||||
"lng_auction_change_already" = "You've already placed a bid on this gift for {name}.";
|
||||
|
||||
@@ -898,10 +898,7 @@ void AuctionGotGiftsBox(
|
||||
).append(' ').append(
|
||||
helper.paletteDependent(
|
||||
Text::CustomEmojiTextBadge(
|
||||
tr::lng_auction_bought_top(
|
||||
tr::now,
|
||||
lt_n,
|
||||
QString::number(entry.position)).toUpper(),
|
||||
'#' + QString::number(entry.position),
|
||||
st::defaultTableSmallButton)));
|
||||
AddTableRow(
|
||||
table,
|
||||
|
||||
Reference in New Issue
Block a user