mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 05:38:46 -05:00
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:
parent
9a4ddf269e
commit
f636ca4d8f
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user