diff --git a/map65/about.cpp b/map65/about.cpp index 79b03168a..9428a6fe0 100644 --- a/map65/about.cpp +++ b/map65/about.cpp @@ -8,7 +8,7 @@ CAboutDlg::CAboutDlg(QWidget *parent, QString Revision) : { ui->setupUi(this); ui->labelTxt->clear(); - m_Str = "

" + m_Revision + "

\n\n"; + m_Str = "

" + m_Revision + "

\n\n"; m_Str += "MAP65 implements a wideband polarization-matching receiver
"; m_Str += "for the JT65 protocol, with a matching transmitting facility.
"; m_Str += "It is primarily intended for amateur radio EME communication.

";