From c77abc4230b0b2963008f0795393b526da6fb62a Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Tue, 5 Apr 2016 14:10:33 +0200 Subject: [PATCH] CMake: Fix capitalization of "CMake Tool" ...to be consistent with the capitalization elsewhere. Change-Id: I947e2a5bff3a368ee9a456261186325821870552 Reviewed-by: Tobias Hunger --- src/plugins/cmakeprojectmanager/cmakebuildstep.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/cmakeprojectmanager/cmakebuildstep.cpp b/src/plugins/cmakeprojectmanager/cmakebuildstep.cpp index b4376d86eaf..3ee4f753f18 100644 --- a/src/plugins/cmakeprojectmanager/cmakebuildstep.cpp +++ b/src/plugins/cmakeprojectmanager/cmakebuildstep.cpp @@ -172,8 +172,8 @@ bool CMakeBuildStep::init(QList &earlierSteps) if (!tool || !tool->isValid()) { emit addTask(Task(Task::Error, QCoreApplication::translate("CMakeProjectManager::CMakeBuildStep", - "Qt Creator needs a cmake tool set up to build. " - "Configure a cmake tool in the kit options."), + "Qt Creator needs a CMake Tool set up to build. " + "Configure a CMake Tool in the kit options."), Utils::FileName(), -1, ProjectExplorer::Constants::TASK_CATEGORY_BUILDSYSTEM)); canInit = false;