1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-30 15:52:12 +01:00

Spelling fix with input wizard, add a t to transmitter spotted by Drifter.

This commit is contained in:
David Ankers 2012-09-17 22:11:51 +10:00
parent 14123069be
commit ca7ce48a4e

View File

@ -437,7 +437,7 @@ void ConfigInputWidget::wizardSetUpStep(enum wizardSteps step)
m_config->graphicsView->setVisible(true); m_config->graphicsView->setVisible(true);
m_config->graphicsView->fitInView(m_txBackground, Qt::KeepAspectRatio ); m_config->graphicsView->fitInView(m_txBackground, Qt::KeepAspectRatio );
setTxMovement(nothing); setTxMovement(nothing);
m_config->wzText->setText(tr("Please choose your transmiter type.\n" m_config->wzText->setText(tr("Please choose your transmitter type.\n"
"Mode 1 means your throttle stick is on the right\n" "Mode 1 means your throttle stick is on the right\n"
"Mode 2 means your throttle stick is on the left\n")); "Mode 2 means your throttle stick is on the left\n"));
m_config->wzBack->setEnabled(true); m_config->wzBack->setEnabled(true);
@ -453,7 +453,7 @@ void ConfigInputWidget::wizardSetUpStep(enum wizardSteps step)
break; break;
case wizardChooseType: case wizardChooseType:
{ {
m_config->wzText->setText(tr("Please choose your transmiter mode.\n" m_config->wzText->setText(tr("Please choose your transmitter mode.\n"
"Acro means normal transmitter\n" "Acro means normal transmitter\n"
"Heli means there is a collective pitch and throttle input\n" "Heli means there is a collective pitch and throttle input\n"
"If you are using a heli transmitter please engage throttle hold now please.\n")); "If you are using a heli transmitter please engage throttle hold now please.\n"));