From 0566f4e5a16c3747a7a3fc6e9a1330d4b7b07a9a Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Sat, 6 Feb 2021 20:38:24 +0200 Subject: [PATCH] CMake: Fix typo Change-Id: I5a423060326aa69a8d63d97c6702034973117d4a Reviewed-by: Christian Kandeler --- src/plugins/cmakeprojectmanager/cmakesettingspage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/cmakeprojectmanager/cmakesettingspage.cpp b/src/plugins/cmakeprojectmanager/cmakesettingspage.cpp index 2089f55745b..d09a4727ce2 100644 --- a/src/plugins/cmakeprojectmanager/cmakesettingspage.cpp +++ b/src/plugins/cmakeprojectmanager/cmakesettingspage.cpp @@ -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);