mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
Update wording
Co-authored-by: Basile Clement <Elarnon@users.noreply.github.com>
This commit is contained in:
parent
89b60151f3
commit
8a93f70b65
1 changed files with 1 additions and 1 deletions
|
|
@ -217,7 +217,7 @@ void MessageLogWidget::logCreateArrow(Player *player,
|
|||
void MessageLogWidget::logCreateToken(Player *player, QString cardName, QString pt, bool faceDown)
|
||||
{
|
||||
if (faceDown) {
|
||||
appendHtmlServerMessage(tr("%1 creates face down token.").arg(sanitizeHtml(player->getName())));
|
||||
appendHtmlServerMessage(tr("%1 creates a face down token.").arg(sanitizeHtml(player->getName())));
|
||||
} else {
|
||||
appendHtmlServerMessage(tr("%1 creates token: %2%3.")
|
||||
.arg(sanitizeHtml(player->getName()))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue