From b4d38622a024692aa9228cbac4e9b803d35e3689 Mon Sep 17 00:00:00 2001 From: Fredrik Larsson Date: Thu, 23 Oct 2014 02:17:14 +1100 Subject: [PATCH] The ones that got away --- .../openpilotgcs/src/plugins/setupwizard/pages/gpspage.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ground/openpilotgcs/src/plugins/setupwizard/pages/gpspage.cpp b/ground/openpilotgcs/src/plugins/setupwizard/pages/gpspage.cpp index 45055dcf1..e98bc7286 100644 --- a/ground/openpilotgcs/src/plugins/setupwizard/pages/gpspage.cpp +++ b/ground/openpilotgcs/src/plugins/setupwizard/pages/gpspage.cpp @@ -71,14 +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 connected" - "to the Main Port of your controller."), + tr("Select this option for the OpenPilot V8 GPS or generic U-Blox chipset GPSs."), "OPGPS-v8-ublox", SetupWizard::GPS_UBX); selection->addItem(tr("NMEA Based"), - tr("Select this option for a generic NMEA based GPS connected to the Main Port of your" - "controller."), + tr("Select this option for a generic NMEA based GPS"), "generic-nmea", SetupWizard::GPS_NMEA); }