From b9597e96f911df5fe319787456dd3bd9a9e013e7 Mon Sep 17 00:00:00 2001 From: David Ankers Date: Mon, 17 Sep 2012 22:11:51 +1000 Subject: [PATCH] Spelling fix with input wizard, add a t to transmitter spotted by Drifter. Conflicts: ground/openpilotgcs/src/plugins/config/configinputwidget.cpp --- ground/openpilotgcs/src/plugins/config/configinputwidget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ground/openpilotgcs/src/plugins/config/configinputwidget.cpp b/ground/openpilotgcs/src/plugins/config/configinputwidget.cpp index 5a4e7c176..47d713cd2 100644 --- a/ground/openpilotgcs/src/plugins/config/configinputwidget.cpp +++ b/ground/openpilotgcs/src/plugins/config/configinputwidget.cpp @@ -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"));