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; }