qgcApp()->showMessage((tr("%1 communication to %2 link %3 regained")).arg(_vehicleIdSpeech()).arg((_links.count()>1)?"priority":"").arg(link->getName()));
qgcApp()->showMessage(tr("Communication regained to vehicle %1 on %2 link %3").arg(_id).arg(_links.count()>1?tr("priority"):tr("auxiliary")).arg(link->getName()));
}elseif(multiVehicle){
qgcApp()->showMessage(tr("Communication regained to vehicle %1").arg(_id));
}
}
if(communicationLost){
commSpeech=tr("Communication lost");
if(_links.count()>1){
qgcApp()->showMessage(tr("Communication lost to vehicle %1 on %2 link %3").arg(_id).arg(_links.count()>1?tr("priority"):tr("auxiliary")).arg(link->getName()));
}elseif(multiVehicle){
qgcApp()->showMessage(tr("Communication lost to vehicle %1").arg(_id));