forked from qt-creator/qt-creator
LLDB: Fix punctuation of a message
Change-Id: I39812410ca6117c7f3b7ea8d2a33d3ec5bf490c0 Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user