Use LLDB in messages.

Change-Id: I66bcd9ecad81307b1d6a015003500836e58e4e83
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Friedemann Kleint
2013-11-06 09:30:36 +01:00
committed by hjk
parent 949fb733ee
commit 2111e986fa

View File

@@ -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(' ');
}
}