forked from qt-creator/qt-creator
McuSupport: Change "MCU board:" => "Target:" in options page
There is also a (Qt-based) target, which is not a board. Change-Id: Ib35b1e823a7a1c5e1f578face9fa4953b7a6d89e Reviewed-by: Aurindam Jana <aurindam.jana@qt.io>
This commit is contained in:
committed by
Aurindam Jana
parent
48997e3ceb
commit
985cd447ab
@@ -68,7 +68,7 @@ McuSupportOptionsWidget::McuSupportOptionsWidget(const McuSupportOptions *option
|
||||
auto mainLayout = new QVBoxLayout(this);
|
||||
|
||||
auto boardChooserlayout = new QHBoxLayout;
|
||||
auto boardChooserLabel = new QLabel(McuSupportOptionsPage::tr("MCU board:"));
|
||||
auto boardChooserLabel = new QLabel(McuSupportOptionsPage::tr("Target:"));
|
||||
boardChooserlayout->addWidget(boardChooserLabel);
|
||||
auto boardComboBox = new QComboBox;
|
||||
boardChooserLabel->setBuddy(boardComboBox);
|
||||
|
Reference in New Issue
Block a user