mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-07-31 05:02:26 -04:00
Better format for warning message.
This commit is contained in:
parent
a81c9acdce
commit
9709b19585
@ -4601,7 +4601,7 @@ void MainWindow::processMessage (DecodedText const& message, Qt::KeyboardModifie
|
|||||||
}
|
}
|
||||||
bool bEU_VHF_w2=(nrpt>=520001 and nrpt<=594000);
|
bool bEU_VHF_w2=(nrpt>=520001 and nrpt<=594000);
|
||||||
if(bEU_VHF_w2 and SpecOp::EU_VHF!=m_config.special_op_id()) {
|
if(bEU_VHF_w2 and SpecOp::EU_VHF!=m_config.special_op_id()) {
|
||||||
auto const& message = tr("Should you switch to EU VHF Contest mode?\n"
|
auto const& message = tr("Should you switch to EU VHF Contest mode?\n\n"
|
||||||
"To do so, check 'Special operating activity' and\n"
|
"To do so, check 'Special operating activity' and\n"
|
||||||
"'EU VHF Contest' on the Settings | Advanced tab.");
|
"'EU VHF Contest' on the Settings | Advanced tab.");
|
||||||
MessageBox::information_message (this, message);
|
MessageBox::information_message (this, message);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user