diff --git a/src/plugins/cmakeprojectmanager/fileapiparser.cpp b/src/plugins/cmakeprojectmanager/fileapiparser.cpp index f72bcd5a689..d404d124db8 100644 --- a/src/plugins/cmakeprojectmanager/fileapiparser.cpp +++ b/src/plugins/cmakeprojectmanager/fileapiparser.cpp @@ -874,10 +874,11 @@ FileApiData FileApiParser::parseData(QPromise> & errorMessage); if (codeModels.size() == 0) { - errorMessage = Tr::tr("CMake project configuration failed. No CMake configuration for " - "build type \"%1\" found.") + //: General Messages refers to the output view + errorMessage = Tr::tr( + "CMake project configuration failed. No CMake configuration for " + "build type \"%1\" found. Check General Messages for more information.") .arg(cmakeBuildType); - errorMessage += Tr::tr(" Check General messages for more information."); return result; }