diff --git a/src/comm/LinkManager.cc b/src/comm/LinkManager.cc index 186661724252516dac63f943614670cfdf1cf33e..936c6ef0311462f4469df1e6b34dafd3e2010144 100644 --- a/src/comm/LinkManager.cc +++ b/src/comm/LinkManager.cc @@ -983,7 +983,7 @@ void LinkManager::_activeLinkCheck(void) qgcApp()->showAppMessage( foundNSHPrompt ? 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