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:
parent
14123069be
commit
ca7ce48a4e
@ -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"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user