diff --git a/cockatrice/src/messagelogwidget.cpp b/cockatrice/src/messagelogwidget.cpp index 2cb97255..7620eee8 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)