From 81da36d68158ec33ae3667cffe4f633cdd45f837 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Fri, 17 Jul 2020 17:58:23 +0100 Subject: [PATCH] Improved exception message wording --- Transceiver/DXLabSuiteCommanderTransceiver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Transceiver/DXLabSuiteCommanderTransceiver.cpp b/Transceiver/DXLabSuiteCommanderTransceiver.cpp index 333f488ce..b9171d367 100644 --- a/Transceiver/DXLabSuiteCommanderTransceiver.cpp +++ b/Transceiver/DXLabSuiteCommanderTransceiver.cpp @@ -409,7 +409,7 @@ QString DXLabSuiteCommanderTransceiver::command_with_reply (QString const& cmd, { TRACE_CAT ("DXLabSuiteCommanderTransceiver", "failed to send command:" << commander_->errorString ()); throw error { - tr ("DX Lab Suite Commander failed to send command \"%1\": %2\n") + tr ("DX Lab Suite Commander send command failed \"%1\": %2\n") .arg (cmd) .arg (commander_->errorString ()) };