LLDB: Fix punctuation of a message

Change-Id: I39812410ca6117c7f3b7ea8d2a33d3ec5bf490c0
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
Leena Miettinen
2016-06-21 14:58:55 +02:00
parent de0ceea956
commit 306e253485

View File

@@ -187,7 +187,7 @@ void LldbEngine::setupEngine()
// FIXME: We can't handle terminals yet.
if (runParameters().useTerminal) {
qWarning("Run in Terminal is not supported yet with the LLDB backend");
showMessage(tr("Run in Terminal is not supported yet with the LLDB backend"), AppError);
showMessage(tr("Run in Terminal is not supported with the LLDB backend."), AppError);
runParameters().useTerminal = false;
}