From df04b961e9f8419c7f3c0061336ee35fa7efa2f8 Mon Sep 17 00:00:00 2001 From: Uwe Risse Date: Fri, 5 May 2023 11:23:15 +0200 Subject: [PATCH] Add a space character. --- widgets/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index d56bd6877..1777ea22a 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -2809,7 +2809,7 @@ void MainWindow::on_actionCopyright_Notice_triggered() "2001-2023 by one or more of the following authors: Joseph Taylor, " "K1JT; Bill Somerville, G4WJS; Steven Franke, K9AN; Nico Palermo, " "IV3NWV; Greg Beam, KI7MT; Michael Black, W9MDB; Edson Pereira, PY2SDR; " - "Philip Karn, KA9Q; Uwe Risse, DG2YCB; Brian Moran, N9ADG;" + "Philip Karn, KA9Q; Uwe Risse, DG2YCB; Brian Moran, N9ADG; " "and other members of the WSJT Development Group.\""); MessageBox::warning_message(this, message); }