From 860b6f0ea52bf2a7e3622fed9e1982df49c9b9dc Mon Sep 17 00:00:00 2001 From: Martchus Date: Sat, 10 Sep 2022 16:29:32 +0200 Subject: [PATCH] Improve wording in about dialog --- gui/mainwindow.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gui/mainwindow.cpp b/gui/mainwindow.cpp index c97606a..151ef19 100644 --- a/gui/mainwindow.cpp +++ b/gui/mainwindow.cpp @@ -370,10 +370,10 @@ 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, " - "fallback icons from there as well " + "
Program icon baseed on icons from KDE/Breeze " "project (copyright © 2014 Uri Herrera and others, see the according " - "LGPL-3.0 license)"), + "LGPL-3.0 license)" + "
Fallback icons from KDE/Breeze as well

"), QString(), QString(), tr("A tag editing utility supporting ID3, MP4 (iTunes style), Vorbis and Matroska tags."), QImage(QStringLiteral(":/tageditor/icons/hicolor/128x128/apps/tageditor.png"))); }