From ce4b74824c684208cb5ce4629f99c701f6f93c29 Mon Sep 17 00:00:00 2001 From: Philippe Renon Date: Sun, 11 Sep 2016 15:37:29 +0200 Subject: [PATCH] LP-245 fix spelling mistake in uploader (impacts translation) --- ground/gcs/src/plugins/uploader/uploadergadgetwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ground/gcs/src/plugins/uploader/uploadergadgetwidget.cpp b/ground/gcs/src/plugins/uploader/uploadergadgetwidget.cpp index c8257a5b2..4adda452f 100644 --- a/ground/gcs/src/plugins/uploader/uploadergadgetwidget.cpp +++ b/ground/gcs/src/plugins/uploader/uploadergadgetwidget.cpp @@ -687,7 +687,7 @@ bool UploaderGadgetWidget::autoUpdate(bool erase) if (opLinkManager->isConnected() && opLinkManager->opLinkType() == OPLinkManager::OPLINK_MINI) { emit progressUpdate(FAILURE, QVariant(tr("To upgrade the OPLinkMini board please disconnect it from the USB port, " - "press the Upgrade again button and follow instructions on screen."))); + "press the Upgrade button again and follow instructions on screen."))); emit autoUpdateFailed(); return false; }