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:
@@ -105,7 +105,7 @@ AndroidPotentialKitWidget::AndroidPotentialKitWidget(QWidget *parent)
|
||||
layout->addWidget(label, 0, 0, 1, 2);
|
||||
|
||||
QPushButton *openOptions = new QPushButton;
|
||||
openOptions->setText(tr("Open Settings"));
|
||||
openOptions->setText(Core::ICore::msgShowOptionsDialog());
|
||||
openOptions->setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
|
||||
layout->addWidget(openOptions, 1, 1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user