forked from qt-creator/qt-creator
CMake: Fix capitalization in a message
Change-Id: I7bd0c2198d4cf3c49930b8a57f37f2a07752e028 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
committed by
Tobias Hunger
parent
306e253485
commit
4df0421b12
@@ -307,7 +307,7 @@ void CMakeBuildConfiguration::setCMakeConfiguration(const CMakeConfig &config)
|
||||
}
|
||||
|
||||
if (hasKitOverride)
|
||||
setWarning(tr("CMake Configuration set by the Kit was overridden in the project."));
|
||||
setWarning(tr("CMake configuration set by the kit was overridden in the project."));
|
||||
else
|
||||
setWarning(QString());
|
||||
}
|
||||
|
Reference in New Issue
Block a user