Don't shout in text messages

Change-Id: Ie8d2c6761c87b358f0bc8691e529ba8144e267a4
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Jarek Kobus
2016-11-04 10:42:39 +01:00
parent d771ba8921
commit 05747d7d33
6 changed files with 8 additions and 8 deletions

View File

@@ -401,7 +401,7 @@ void QmlProfilerTool::finalizeRunControl(QmlProfilerRunControl *runControl)
"qthelp://org.qt-project.qtcreator/doc/creator-debugging-qml.html");
case QMessageBox::Cancel:
// The actual error message has already been logged.
logState(tr("Failed to connect!"));
logState(tr("Failed to connect."));
runControl->cancelProcess();
break;
}