From 9709b195857848cdc45c57028dd4bd7d982a8013 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 30 Apr 2020 15:05:28 -0400 Subject: [PATCH] Better format for warning message. --- widgets/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index ff98fa13a..880f7c9e7 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -4601,7 +4601,7 @@ void MainWindow::processMessage (DecodedText const& message, Qt::KeyboardModifie } bool bEU_VHF_w2=(nrpt>=520001 and nrpt<=594000); 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" "'EU VHF Contest' on the Settings | Advanced tab."); MessageBox::information_message (this, message);