Commit 581b7081 authored by DonLakeFlyer's avatar DonLakeFlyer

parent 801b7e52
...@@ -983,7 +983,7 @@ void LinkManager::_activeLinkCheck(void) ...@@ -983,7 +983,7 @@ void LinkManager::_activeLinkCheck(void)
qgcApp()->showAppMessage( qgcApp()->showAppMessage(
foundNSHPrompt ? foundNSHPrompt ?
tr("Please check to make sure you have an SD Card inserted in your Vehicle and try again.") : tr("Please check to make sure you have an SD Card inserted in your Vehicle and try again.") :
tr("Your Vehicle is not responding. If this continues, shutdown %1, restart the Vehicle letting it boot completely, then start %1.").arg(qgcApp()->applicationName())); tr("Vehicle on port %1 is not responding. If this continues, shutdown %2, restart the Vehicle letting it boot completely, then start %2.").arg(link->getSerialConfig()->portName()).arg(qgcApp()->applicationName()));
} }
} }
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment