mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Added punctuation mark
This commit is contained in:
parent
45d214aa19
commit
5dfef6215c
1 changed files with 1 additions and 1 deletions
|
|
@ -523,7 +523,7 @@ void Player::playerListActionTriggered()
|
|||
#else
|
||||
QInputDialog::getInt(
|
||||
#endif
|
||||
0, tr("Reveal top cards of library"), tr("Number of cards: (max %1)").arg(decksize), defaultNumberTopCards, 1, decksize, 1, &ok);
|
||||
0, tr("Reveal top cards of library"), tr("Number of cards: (max. %1)").arg(decksize), defaultNumberTopCards, 1, decksize, 1, &ok);
|
||||
if (ok) {
|
||||
cmd.set_zone_name("deck");
|
||||
cmd.set_top_cards(number);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue