Rename "Tool Chains" option page to "Compilers"

Currently it contains compiler settings only, so there's no
need to let people search for e.g. debugger settings there,
that might be considered part of the toolchain, too.

Change-Id: I458f3d1cf1784b85820f8af7604a2a004372a909
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
Eike Ziller
2012-08-24 08:31:01 +02:00
committed by hjk
parent a110c98d08
commit 5a895d4fe5
13 changed files with 28 additions and 28 deletions

View File

@@ -270,7 +270,7 @@ QList<ToolChain *> ToolChainManager::restoreToolChains(const QString &fileName)
}
}
if (!restored)
qWarning("Warning: Unable to restore tool chain '%s' stored in %s.",
qWarning("Warning: Unable to restore compiler '%s' stored in %s.",
qPrintable(ToolChainFactory::idFromMap(tcMap)),
qPrintable(QDir::toNativeSeparators(fileName)));
}