remove numbers from the dice roll translatable strings
This commit is contained in:
tooomm 2016-05-04 23:21:52 +02:00
parent ff1091ac02
commit a93bef1de5

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)