Merge pull request #1969 from tooomm/patch-3

remove numbers from the dice roll translatable strings
This commit is contained in:
Zach 2016-05-05 02:10:20 -04:00
commit 7d0d0f4ea9

View file

@ -145,7 +145,7 @@ void MessageLogWidget::logShuffle(Player *player, CardZone *zone)
void MessageLogWidget::logRollDie(Player *player, int sides, int roll)
{
QString coinOptions[2] = {tr("Heads (1)"), tr("Tails (2)")};
QString coinOptions[2] = {tr("Heads")+" (1)", tr("Tails")+" (2)"};
soundEngine->playSound("roll_dice");
if (sides == 2)