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
|
#else
|
||||||
QInputDialog::getInt(
|
QInputDialog::getInt(
|
||||||
#endif
|
#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) {
|
if (ok) {
|
||||||
cmd.set_zone_name("deck");
|
cmd.set_zone_name("deck");
|
||||||
cmd.set_top_cards(number);
|
cmd.set_top_cards(number);
|
||||||
|
|
Loading…
Reference in a new issue