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

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

Conflicts:

	ground/openpilotgcs/src/plugins/config/configinputwidget.cpp
This commit is contained in:
David Ankers 2012-09-17 22:11:51 +10:00
parent 7363a2a266
commit b9597e96f9

View File

@ -438,7 +438,7 @@ void ConfigInputWidget::wizardSetUpStep(enum wizardSteps step)
m_config->graphicsView->setVisible(true);
m_config->graphicsView->fitInView(m_txBackground, Qt::KeepAspectRatio );
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 2 means your throttle stick is on the left\n"));
m_config->wzBack->setEnabled(true);
@ -454,7 +454,7 @@ void ConfigInputWidget::wizardSetUpStep(enum wizardSteps step)
break;
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"
"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"));