1
0
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:
Fredrik Larson 2014-09-03 07:42:15 +10:00
parent b93ff6bd89
commit 14574832b9
2 changed files with 7 additions and 8 deletions

View File

@ -44,16 +44,15 @@ bool AirSpeedPage::validatePage(SelectionItem *seletedItem)
void AirSpeedPage::setupSelection(Selection *selection) void AirSpeedPage::setupSelection(Selection *selection)
{ {
selection->setTitle(tr("OpenPilot Airspeed Sensor 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 " selection->setText(tr("This part of the wizard will help you select and configure a way to obtain "
"are also commonly called Pitot tubes. OpenPilot support three methods to obtain " "airspeed data. OpenPilot support three methods to achieve this, one is a "
"airspeed data, one is a software estimation technique and the other two " "software estimation technique and the other two utilize hardware sensors.\n\n"
"utilize hardware sensors.\n\n"
"Please select how you wish to obtain airspeed data below:")); "Please select how you wish to obtain airspeed data below:"));
selection->addItem(tr("Estimated"), selection->addItem(tr("Estimated"),
tr("This option uses an intelligent estimation algorithm which utilizes the OpenPilot INS/GPS " 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" "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 " "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", "estimated",
SetupWizard::ESTIMATE); SetupWizard::ESTIMATE);

View File

@ -44,9 +44,9 @@ bool GpsPage::validatePage(SelectionItem *seletedItem)
void GpsPage::setupSelection(Selection *selection) void GpsPage::setupSelection(Selection *selection)
{ {
selection->setTitle(tr("OpenPilot GPS Selection")); selection->setTitle(tr("OpenPilot GPS Selection"));
selection->setText(tr("Please select the type of GPS you have below. As well as OpenPilot hardware " selection->setText(tr("Please select the type of GPS you wish to use. As well as OpenPilot hardware, "
"OpenPilot works hard to support 3rd party GPSs as well, although performance could "3rd party GPSs are supported also, although please note that performance could "
"be less than with using OpenPilot produced hardware; not all GPSs are created equal.\n\n" "be less than optimal as not all GPSs are created equal.\n\n"
"Please select your GPS type data below:")); "Please select your GPS type data below:"));
selection->addItem(tr("Disabled"), selection->addItem(tr("Disabled"),