diff --git a/src/widgets/dialogs/qmessagebox.cpp b/src/widgets/dialogs/qmessagebox.cpp index f219be565b4..e91a2625cfd 100644 --- a/src/widgets/dialogs/qmessagebox.cpp +++ b/src/widgets/dialogs/qmessagebox.cpp @@ -2015,15 +2015,14 @@ void QMessageBox::aboutQt(QWidget *parent, const QString &title) "

Qt licensed under GNU (L)GPL is appropriate for the " "development of Qt applications provided you can comply with the terms " "and conditions of the respective licenses.

" - "

Please see %2 " + "

Please see %2 " "for an overview of Qt licensing.

" - "

Copyright (C) %1 The Qt Company Ltd and other " + "

Copyright (C) The Qt Company Ltd. and other " "contributors.

" "

Qt and the Qt logo are trademarks of The Qt Company Ltd.

" - "

Qt is The Qt Company Ltd product developed as an open source " - "project. See %3 for more information.

" - ).arg(QString(), - QStringLiteral("qt.io/licensing"), + "

Qt is The Qt Company Ltd. product developed as an open source " + "project. See %3 for more information.

" + ).arg(QStringLiteral("qt.io/licensing"), QStringLiteral("qt.io")); QMessageBox *msgBox = new QMessageBox(parent); msgBox->setAttribute(Qt::WA_DeleteOnClose);