From f636ca4d8f4189deb540b3f88ea6be159e66b194 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 5 Feb 2018 15:20:54 +0000 Subject: [PATCH] Improved wording for Hound-mode warning message. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8456 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 326cc4ab0..da2b7125f 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -4985,9 +4985,9 @@ void MainWindow::on_actionFT8_triggered() if((m_config.bFox() or m_config.bHound()) and !m_config.split_mode() and !m_bWarnedSplit) { QString errorMsg; MessageBox::critical_message (this, - "Operation in FT8 DXpedition mode requires using *Split*\n" - "rig control with either *Rig* or *Fake It* on the \n" - "*Settings | Radio* tab.", errorMsg); + "Operation in FT8 DXpedition mode normally requires\n" + " *Split* rig control (either *Rig* or *Fake It* on\n" + "the *Settings | Radio* tab.)", errorMsg); m_bWarnedSplit=true; } statusChanged();