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
This commit is contained in:
Joe Taylor 2018-02-05 15:20:54 +00:00
parent 9a4ddf269e
commit f636ca4d8f
1 changed files with 3 additions and 3 deletions

View File

@ -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();