Improve wording in about dialog

This commit is contained in:
Martchus 2022-09-10 16:29:32 +02:00
parent 487406a9c9
commit 860b6f0ea5
1 changed files with 3 additions and 3 deletions

View File

@ -370,10 +370,10 @@ void MainWindow::showAboutDlg()
if (!m_aboutDlg) {
m_aboutDlg = new AboutDialog(this, QString(),
QStringLiteral("<p>Developed by " APP_AUTHOR
"<br>Program icon baseed on icons from <a href=\"https://invent.kde.org/frameworks/breeze-icons\">KDE/Breeze</a>, "
"fallback icons from there as well "
"<br>Program icon baseed on icons from <a href=\"https://invent.kde.org/frameworks/breeze-icons\">KDE/Breeze</a> "
"project (copyright © 2014 Uri Herrera <uri_herrera@nitrux.in> and others, see the according "
"<a href=\"" APP_URL "/blob/master/LICENSE.LESSER\">LGPL-3.0 license</a>)"),
"<a href=\"" APP_URL "/blob/master/LICENSE.LESSER\">LGPL-3.0 license</a>)"
"<br>Fallback icons from KDE/Breeze as well</p>"),
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")));
}