1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-15 07:29:15 +01:00

OP-970 Removes a comma.

This commit is contained in:
Fredrik Arvidsson 2013-05-25 09:43:59 +02:00
parent 03a2e82ba3
commit 3c55485d88

View File

@ -292,7 +292,7 @@ void ConfigRevoHWWidget::modemPortChanged(int index)
m_ui->cbTxPower->setVisible(true);
m_ui->lblInitFreq->setVisible(true);
m_ui->leInitFreq->setVisible(true);
QMessageBox::warning(this, tr("Warning"), tr("Activating the Radio requires an antenna be attached, or modem damage will occur."));
QMessageBox::warning(this, tr("Warning"), tr("Activating the Radio requires an antenna be attached or modem damage will occur."));
} else {
m_ui->lblTxPower->setVisible(false);
m_ui->cbTxPower->setVisible(false);