CMake: Fix typo

Change-Id: I5a423060326aa69a8d63d97c6702034973117d4a
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Orgad Shaneh
2021-02-06 20:38:24 +02:00
committed by Orgad Shaneh
parent 64bec2205b
commit 0566f4e5a1

View File

@@ -193,7 +193,7 @@ public:
} else if (!m_isSupported) { } else if (!m_isSupported) {
error = QCoreApplication::translate( error = QCoreApplication::translate(
"CMakeProjectManager::Internal::CMakeToolTreeItem", "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()) if (result.isEmpty() || error.isEmpty())
return QString("%1%2").arg(result).arg(error); return QString("%1%2").arg(result).arg(error);