From a93bef1de50d5e3a3f156861973ecb3ffd77ff98 Mon Sep 17 00:00:00 2001 From: tooomm Date: Wed, 4 May 2016 23:21:52 +0200 Subject: [PATCH] fix #1833 remove numbers from the dice roll translatable strings --- cockatrice/src/messagelogwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cockatrice/src/messagelogwidget.cpp b/cockatrice/src/messagelogwidget.cpp index 6f3d7c08..2cb97255 100644 --- a/cockatrice/src/messagelogwidget.cpp +++ b/cockatrice/src/messagelogwidget.cpp @@ -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)