Projects: Fix capitalization in messages

Change-Id: I1928fe11a3a23c0577ecc941d259d310a211e86f
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Leena Miettinen
2018-06-08 13:53:51 +02:00
parent 791b81ab4f
commit b85905ca5f
4 changed files with 5 additions and 5 deletions

View File

@@ -184,7 +184,7 @@ static ToolChainOperations mergeToolChainLists(const QList<ToolChain *> &systemF
ToolChainSettingsAccessor::ToolChainSettingsAccessor() :
UpgradingSettingsAccessor("QtCreatorToolChains",
QCoreApplication::translate("ProjectExplorer::ToolChainManager", "ToolChains"),
QCoreApplication::translate("ProjectExplorer::ToolChainManager", "Tool Chains"),
Core::Constants::IDE_DISPLAY_NAME)
{
setBaseFilePath(FileName::fromString(Core::ICore::userResourcePath() + TOOLCHAIN_FILENAME));