forked from qt-creator/qt-creator
Use LLDB in messages.
Change-Id: I66bcd9ecad81307b1d6a015003500836e58e4e83 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -826,7 +826,7 @@ QString LldbEngine::errorMessage(QProcess::ProcessError error) const
|
||||
return tr("An error occurred when attempting to read from "
|
||||
"the Lldb process. For example, the process may not be running.");
|
||||
default:
|
||||
return tr("An unknown error in the Lldb process occurred.") + QLatin1Char(' ');
|
||||
return tr("An unknown error in the LLDB process occurred.") + QLatin1Char(' ');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user