From 5242540ee4bb507b81b9dc78280db61e7bd56520 Mon Sep 17 00:00:00 2001 From: Vitaly Fanaskov Date: Wed, 7 Nov 2018 16:34:06 +0100 Subject: Fix message about licensing options in the About Qt box Removed versions count. Replaced "different" -> "multiple". Fixes: QTBUG-57697 Change-Id: I924e4706a089fe244f0ea6c3a660a8a4529502a2 Reviewed-by: Paul Wicking Reviewed-by: Lars Knoll --- src/widgets/dialogs/qmessagebox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widgets/dialogs') diff --git a/src/widgets/dialogs/qmessagebox.cpp b/src/widgets/dialogs/qmessagebox.cpp index d8cd19ef1a..32190151bc 100644 --- a/src/widgets/dialogs/qmessagebox.cpp +++ b/src/widgets/dialogs/qmessagebox.cpp @@ -1839,7 +1839,7 @@ void QMessageBox::aboutQt(QWidget *parent, const QString &title) "

Qt provides single-source portability across all major desktop " "operating systems. It is also available for embedded Linux and other " "embedded and mobile operating systems.

" - "

Qt is available under three different licensing options designed " + "

Qt is available under multiple licensing options designed " "to accommodate the needs of our various users.

" "

Qt licensed under our commercial license agreement is appropriate " "for development of proprietary/commercial software where you do not " -- cgit v1.2.3