forked from qt-creator/qt-creator
Project Explorer: Make action names shorter
...and fix their capitalization. Change-Id: Ie6a39164f5ad7d38b0a645e7507d0797c578bee1 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
committed by
Tobias Hunger
parent
447a4a45b8
commit
7b15ae7e05
@@ -95,9 +95,9 @@ KitManagerConfigWidget::KitManagerConfigWidget(Kit *k) :
|
||||
label = createLabel(tr("Name:"), toolTip);
|
||||
m_layout->addWidget(label, 0, LabelColumn, alignment);
|
||||
m_iconButton->setToolTip(toolTip);
|
||||
auto setIconAction = new QAction(tr("Select a file as icon"), this);
|
||||
auto setIconAction = new QAction(tr("Select Icon File"), this);
|
||||
m_iconButton->addAction(setIconAction);
|
||||
auto resetIconAction = new QAction(tr("Reset to the device default icon"), this);
|
||||
auto resetIconAction = new QAction(tr("Reset to Device Default Icon"), this);
|
||||
m_iconButton->addAction(resetIconAction);
|
||||
|
||||
discard();
|
||||
|
Reference in New Issue
Block a user