From 5f942a23f236c02038101877b7167d40b50bed3b Mon Sep 17 00:00:00 2001 From: Martchus Date: Sat, 10 Dec 2022 12:04:33 +0100 Subject: [PATCH] Fix typo in about dialog --- gui/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/mainwindow.cpp b/gui/mainwindow.cpp index 151ef19..ac2864b 100644 --- a/gui/mainwindow.cpp +++ b/gui/mainwindow.cpp @@ -370,7 +370,7 @@ void MainWindow::showAboutDlg() if (!m_aboutDlg) { m_aboutDlg = new AboutDialog(this, QString(), QStringLiteral("

Developed by " APP_AUTHOR - "
Program icon baseed on icons from KDE/Breeze " + "
Program icon based on icons from KDE/Breeze " "project (copyright © 2014 Uri Herrera and others, see the according " "LGPL-3.0 license)" "
Fallback icons from KDE/Breeze as well

"),