Debugger: Fix error message

Change-Id: Idd6b63c8f814f1fbde31ee6cd5c0d4d3c461c895
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
David Schulz
2023-03-02 13:54:10 +01:00
parent 1daf3063ff
commit 52bc450790

View File

@@ -2283,9 +2283,9 @@ void CdbEngine::parseOutputLine(QString line)
CheckableMessageBox::doNotShowAgainInformation( CheckableMessageBox::doNotShowAgainInformation(
Core::ICore::dialogParent(), Core::ICore::dialogParent(),
Tr::tr("Debugger Start Failed"), Tr::tr("Debugger Start Failed"),
Tr::tr("The system prevents loading of %1 which is required for debugging. " Tr::tr("The system prevents loading of %1, which is required for debugging. "
"Make sure that your antivirus solution is up to date and if that does not work " "Make sure that your antivirus solution is up to date and if that does not work "
"consider to add an exception for %1.") "consider adding an exception for %1.")
.arg(m_extensionFileName), .arg(m_extensionFileName),
Core::ICore::settings(), Core::ICore::settings(),
"SecureInfoCdbextCannotBeLoaded"); "SecureInfoCdbextCannotBeLoaded");