Merge pull request #1969 from tooomm/patch-3
remove numbers from the dice roll translatable strings
This commit is contained in:
commit
7d0d0f4ea9
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue