forked from qt-creator/qt-creator
ProjectExplorer: Fix typo
This amends commit 6cb2e71c38
.
Change-Id: Ib87c948ef4a3b1e1edb909c3099e95e0943f0388
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
da84dd1b6d
commit
7cc7dff6dd
@@ -118,7 +118,7 @@ public:
|
||||
DetectionSettingsDialog(const ToolchainDetectionSettings &settings, QWidget *parent)
|
||||
: QDialog(parent)
|
||||
{
|
||||
setWindowTitle(ToolChainOptionsPage::tr("TGoolchain Auto-detection Settings"));
|
||||
setWindowTitle(ToolChainOptionsPage::tr("Toolchain Auto-detection Settings"));
|
||||
const auto layout = new QVBoxLayout(this);
|
||||
m_detectX64AsX32CheckBox.setText(ToolChainOptionsPage::tr("Detect x86_64 GCC compilers "
|
||||
"as x86_64 and x86"));
|
||||
|
Reference in New Issue
Block a user