From 581b70810533af1cd526a7fbb32fc2d5ab07c58f Mon Sep 17 00:00:00 2001 From: DonLakeFlyer Date: Tue, 25 Aug 2020 14:03:46 -0700 Subject: [PATCH] Include port name --- src/comm/LinkManager.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/comm/LinkManager.cc b/src/comm/LinkManager.cc index 186661724..936c6ef03 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 -- 2.22.0