summaryrefslogtreecommitdiff
path: root/src/plugins/cmakeprojectmanager/cmakeopenprojectwizard.cpp
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@digia.com>2014-02-20 14:52:10 +0100
committerhjk <hjk121@nokiamail.com>2014-02-25 16:55:25 +0100
commit4251265a6396581e5db742155bd2a738ae0f00b7 (patch)
tree491620a98877388f5d397783e78b16377561d5c2 /src/plugins/cmakeprojectmanager/cmakeopenprojectwizard.cpp
parente64fefdbc466b1247a2cee68617ad904d2388712 (diff)
downloadqt-creator-4251265a6396581e5db742155bd2a738ae0f00b7.tar.gz
Unify text on buttons that open the options dialog
We have many buttons that open the options dialog, and many of these use different terms. Change-Id: I073fe2a23569c6f4174a2fb6567359c89cb2427c Reviewed-by: hjk <hjk121@nokiamail.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'src/plugins/cmakeprojectmanager/cmakeopenprojectwizard.cpp')
-rw-r--r--src/plugins/cmakeprojectmanager/cmakeopenprojectwizard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmakeopenprojectwizard.cpp b/src/plugins/cmakeprojectmanager/cmakeopenprojectwizard.cpp
index 2d9e417d58..ac7ae8a1b7 100644
--- a/src/plugins/cmakeprojectmanager/cmakeopenprojectwizard.cpp
+++ b/src/plugins/cmakeprojectmanager/cmakeopenprojectwizard.cpp
@@ -390,7 +390,7 @@ NoKitPage::NoKitPage(CMakeOpenProjectWizard *cmakeWizard)
layout->addWidget(m_descriptionLabel);
m_optionsButton = new QPushButton;
- m_optionsButton->setText(tr("Show Options"));
+ m_optionsButton->setText(Core::ICore::msgShowOptionsDialog());
connect(m_optionsButton, SIGNAL(clicked()),
this, SLOT(showOptions()));