forked from qt-creator/qt-creator
CMake: Fix UI text
Change-Id: I3587084925089c7bb7ffb9cfb09f6b822b215cd8 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -300,7 +300,7 @@ void CMakeBuildStep::handleProjectWasParsed(QFutureInterface<bool> &fi, bool suc
|
||||
if (success) {
|
||||
runImpl(fi);
|
||||
} else {
|
||||
AbstractProcessStep::stdError(tr("Project did not parse successfully, can not build."));
|
||||
AbstractProcessStep::stdError(tr("Project did not parse successfully, cannot build."));
|
||||
reportRunResult(fi, false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user