forked from qt-creator/qt-creator
Projects: Fix capitalization in messages
Change-Id: I1928fe11a3a23c0577ecc941d259d310a211e86f Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user