forked from qt-creator/qt-creator
CMake: Fix typo
Change-Id: I5a423060326aa69a8d63d97c6702034973117d4a Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
64bec2205b
commit
0566f4e5a1
@@ -193,7 +193,7 @@ public:
|
||||
} else if (!m_isSupported) {
|
||||
error = QCoreApplication::translate(
|
||||
"CMakeProjectManager::Internal::CMakeToolTreeItem",
|
||||
"CMake executable does not provided required IDE integration features.");
|
||||
"CMake executable does not provide required IDE integration features.");
|
||||
}
|
||||
if (result.isEmpty() || error.isEmpty())
|
||||
return QString("%1%2").arg(result).arg(error);
|
||||
|
||||
Reference in New Issue
Block a user