mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
OP-1191 Fixed a typo.
This commit is contained in:
parent
6bfbe88813
commit
986f2e3e8e
@ -305,7 +305,7 @@ void ConfigPipXtremeWidget::bind()
|
||||
quint32 boundPairId = m_oplink->CoordID->text().toUInt(&ok, 16);
|
||||
(pairid != boundPairId) ? m_oplink->CoordID->setText(QString::number(pairid, 16).toUpper()) : m_oplink->CoordID->setText("0");
|
||||
}
|
||||
QMessageBox::information(this, tr("Information", "To apply the changes when binding/unbinding the board must be rebooted or power cycled."), QMessageBox::Ok);
|
||||
QMessageBox::information(this, tr("Information"), tr("To apply the changes when binding/unbinding the board must be rebooted or power cycled."), QMessageBox::Ok);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user