mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Clean up deck load chat message
This commit is contained in:
parent
4c2a553f03
commit
8d31fe6cbc
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ void MessageLogWidget::logDeckSelect(Player *player, QString deckHash, int sideb
|
|||
if (sideboardSize < 0)
|
||||
appendHtml(tr("%1 has loaded a deck (%2).", gender).arg(sanitizeHtml(player->getName())).arg(deckHash));
|
||||
else
|
||||
appendHtml(tr("%1 has loaded a deck with (%2) sideboard cards (%3).", gender).
|
||||
appendHtml(tr("%1 has loaded a deck with %2 sideboard cards (%3).", gender).
|
||||
arg(sanitizeHtml(player->getName())).
|
||||
arg(sideboardSize).
|
||||
arg(deckHash));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue