Core: Reformat legal text to fit the dialog

Change-Id: Ica816733dadc53c15905f5934da6eeb4130ba459
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
Marcus Tillmanns
2025-01-13 14:53:53 +01:00
parent 21fe38942a
commit b1cd0ff57a

View File

@@ -420,11 +420,11 @@ public:
setTitle(Tr::tr("Accept Terms and Conditions")); setTitle(Tr::tr("Accept Terms and Conditions"));
const QLatin1String legal = QLatin1String( const QLatin1String legal = QLatin1String(
"I confirm that I have reviewed and accept the terms and conditions " "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 " "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. " "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 " "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 " "valid agreement in place, that agreement shall apply, but these terms\n"
"shall govern the use of this extension."); "shall govern the use of this extension.");
using namespace Layouting; using namespace Layouting;