diff --git a/q65w/about.cpp b/q65w/about.cpp
index c05b169e2..d77897c38 100644
--- a/q65w/about.cpp
+++ b/q65w/about.cpp
@@ -10,10 +10,9 @@ CAboutDlg::CAboutDlg(QWidget *parent) :
ui->labelTxt->setText("
" + QString {"MAP65 v"
+ QCoreApplication::applicationVersion ()
+ " " + revision ()}.simplified () + "
"
- "MAP65 implements a wideband polarization-matching receiver
"
- "for the JT65 protocol, with a matching transmitting facility.
"
- "It is primarily intended for amateur radio EME communication.
"
- "Copyright 2001-2021 by Joe Taylor, K1JT. Additional
"
+ "Q65W is a wideband receiver for the Q65 protocol,
"
+ "intended primarily for amateur radio EME communication.
"
+ "Copyright 2001-2023 by Joe Taylor, K1JT. Additional
"
"acknowledgments are contained in the source code.");
}