mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-27 16:54:15 +01:00
Tidy up text
This commit is contained in:
parent
b93ff6bd89
commit
14574832b9
@ -44,16 +44,15 @@ bool AirSpeedPage::validatePage(SelectionItem *seletedItem)
|
||||
void AirSpeedPage::setupSelection(Selection *selection)
|
||||
{
|
||||
selection->setTitle(tr("OpenPilot Airspeed Sensor Selection"));
|
||||
selection->setText(tr("This part of the wizard will help you select and configure an airspeed sensor which "
|
||||
"are also commonly called Pitot tubes. OpenPilot support three methods to obtain "
|
||||
"airspeed data, one is a software estimation technique and the other two "
|
||||
"utilize hardware sensors.\n\n"
|
||||
selection->setText(tr("This part of the wizard will help you select and configure a way to obtain "
|
||||
"airspeed data. OpenPilot support three methods to achieve this, one is a "
|
||||
"software estimation technique and the other two utilize hardware sensors.\n\n"
|
||||
"Please select how you wish to obtain airspeed data below:"));
|
||||
selection->addItem(tr("Estimated"),
|
||||
tr("This option uses an intelligent estimation algorithm which utilizes the OpenPilot INS/GPS "
|
||||
"to estimate wind speed and subtract it from ground speed obtained from the GPS.\n\n"
|
||||
"This solution is highly accurate in normal level flight with the drawback of being less "
|
||||
"accurate in rapid altitude changes. "),
|
||||
"accurate in rapid altitude changes.\n\n"),
|
||||
"estimated",
|
||||
SetupWizard::ESTIMATE);
|
||||
|
||||
|
@ -44,9 +44,9 @@ bool GpsPage::validatePage(SelectionItem *seletedItem)
|
||||
void GpsPage::setupSelection(Selection *selection)
|
||||
{
|
||||
selection->setTitle(tr("OpenPilot GPS Selection"));
|
||||
selection->setText(tr("Please select the type of GPS you have below. As well as OpenPilot hardware "
|
||||
"OpenPilot works hard to support 3rd party GPSs as well, although performance could
|
||||
"be less than with using OpenPilot produced hardware; not all GPSs are created equal.\n\n"
|
||||
selection->setText(tr("Please select the type of GPS you wish to use. As well as OpenPilot hardware, "
|
||||
"3rd party GPSs are supported also, although please note that performance could "
|
||||
"be less than optimal as not all GPSs are created equal.\n\n"
|
||||
"Please select your GPS type data below:"));
|
||||
|
||||
selection->addItem(tr("Disabled"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user