1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

minor text update

This commit is contained in:
Fredrik Larsson 2014-10-23 02:26:50 +11:00
parent b4d38622a0
commit 77dc919e07

View File

@ -71,12 +71,12 @@ void GpsPage::setupSelection(Selection *selection)
SetupWizard::GPS_PLATINUM);
selection->addItem(tr("U-Blox Based"),
tr("Select this option for the OpenPilot V8 GPS or generic U-Blox chipset GPSs."),
tr("Select this option for the OpenPilot V8 GPS or generic U-Blox chipset based GPS."),
"OPGPS-v8-ublox",
SetupWizard::GPS_UBX);
selection->addItem(tr("NMEA Based"),
tr("Select this option for a generic NMEA based GPS"),
tr("Select this option for a generic NMEA based GPS."),
"generic-nmea",
SetupWizard::GPS_NMEA);
}