diff --git a/bin/qt5_tool b/bin/qt5_tool
index 5f783130438dd2448db0b87c96ff5ac8c870bdaf..ff159e4294b879ab71bfced10bea1505290fbbca 100755
--- a/bin/qt5_tool
+++ b/bin/qt5_tool
@@ -498,7 +498,7 @@ sub checkoutBranch
     my $currentBranch = substr($currentBranches[0], 2);
     #  We have one, no need to act.
     if ($currentBranch eq $desiredBranch) {
-        print $mod, ' is already on branch: "',$currentBranch,".\"\n";
+        print $mod, ' is already on branch: "',$currentBranch,"\".\n";
         return 1;
     }
     # Does the local branch exist?