From 4c58e16882797b5edaec1b7e10766f391b6fbd8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Mon, 5 Feb 2024 16:19:13 +0100 Subject: Clean up about Qt dialog text * Use https instead of http * End Ltd with a dot (it's an acronym) Change-Id: Ie94b57245b37461a2ca3af629879d886060f9fe3 Reviewed-by: Joerg Bornemann --- src/widgets/dialogs/qmessagebox.cpp | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src/widgets/dialogs') diff --git a/src/widgets/dialogs/qmessagebox.cpp b/src/widgets/dialogs/qmessagebox.cpp index f219be565b..e91a2625cf 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); -- cgit v1.2.3