From a42ef63ec4e9ddc3d9b02539cef4ae7451ab5512 Mon Sep 17 00:00:00 2001 From: tooomm Date: Wed, 4 May 2016 23:41:09 +0200 Subject: [PATCH] removed bracket leftovers --- 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 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)