mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-30 15:52:12 +01:00
LP-245 fix spelling mistake in uploader (impacts translation)
This commit is contained in:
parent
1e7aa58e95
commit
ce4b74824c
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user