From b1cd0ff57aa8f331f8ef96d7dfb3f56790b4b018 Mon Sep 17 00:00:00 2001 From: Marcus Tillmanns Date: Mon, 13 Jan 2025 14:53:53 +0100 Subject: [PATCH] Core: Reformat legal text to fit the dialog Change-Id: Ica816733dadc53c15905f5934da6eeb4130ba459 Reviewed-by: Cristian Adam --- src/plugins/coreplugin/plugininstallwizard.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/plugins/coreplugin/plugininstallwizard.cpp b/src/plugins/coreplugin/plugininstallwizard.cpp index b9db2f26ef3..c252a21e38c 100644 --- a/src/plugins/coreplugin/plugininstallwizard.cpp +++ b/src/plugins/coreplugin/plugininstallwizard.cpp @@ -420,11 +420,11 @@ public: setTitle(Tr::tr("Accept Terms and Conditions")); const QLatin1String legal = QLatin1String( - "I confirm that I have reviewed and accept the terms and conditions " - "of this extension. I confirm that I have the authority and ability to " - "accept the terms and conditions of this extension for the customer. " - "I acknowledge that if the customer and the Qt Company already have a " - "valid agreement in place, that agreement shall apply, but these terms " + "I confirm that I have reviewed and accept the terms and conditions\n" + "of this extension. I confirm that I have the authority and ability to\n" + "accept the terms and conditions of this extension for the customer.\n" + "I acknowledge that if the customer and the Qt Company already have a\n" + "valid agreement in place, that agreement shall apply, but these terms\n" "shall govern the use of this extension."); using namespace Layouting;