forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -700,7 +700,7 @@ ExternalToolManager::ExternalToolManager()
|
||||
|
||||
d->m_configureSeparator = new QAction(this);
|
||||
d->m_configureSeparator->setSeparator(true);
|
||||
d->m_configureAction = new QAction(tr("Configure..."), this);
|
||||
d->m_configureAction = new QAction(Core::ICore::msgShowOptionsDialog(), this);
|
||||
connect(d->m_configureAction, SIGNAL(triggered()), this, SLOT(openPreferences()));
|
||||
|
||||
// add the external tools menu
|
||||
|
||||
Reference in New Issue
Block a user