Added punctuation mark

This commit is contained in:
Matt Lowe 2015-05-06 14:19:01 +02:00
parent 45d214aa19
commit 5dfef6215c

View file

@ -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);