forked from qt-creator/qt-creator
Debugger: Fix UI text to follow the guidelines
Change-Id: I7afa680c15f9dacfa8b0a17c16c442211d4fc7ce Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -520,14 +520,14 @@ bool CdbEngine::launchCDB(const DebuggerRunParameters &sp, QString *errorMessage
|
||||
const QFileInfo extensionFi(CdbEngine::extensionLibraryName(cdbIs64Bit));
|
||||
if (!extensionFi.isFile()) {
|
||||
*errorMessage = tr("Internal error: The extension %1 cannot be found.\n"
|
||||
"If you have updated Qt Creator via Maintenance Tool you may "
|
||||
"need to rerun the Tool and select \"Add or remove components\""
|
||||
"If you have updated Qt Creator via Maintenance Tool, you may "
|
||||
"need to rerun the Tool and select \"Add or remove components\" "
|
||||
"and then select the\n"
|
||||
"Qt > Tools > Qt Creator > Qt Creator CDB Debugger Support component.\n"
|
||||
"If you build Qt Creator from sources and want to use a cdb executable"
|
||||
"If you build Qt Creator from sources and want to use a CDB executable "
|
||||
"with another bitness than your Qt Creator build,\n"
|
||||
"you will need to build a separate cdbextension with the "
|
||||
"same bitness as the cdb you want to use.").
|
||||
"you will need to build a separate CDB extension with the "
|
||||
"same bitness as the CDB you want to use.").
|
||||
arg(QDir::toNativeSeparators(extensionFi.absoluteFilePath()));
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user