From 23661dfb4b97f9b60dcbe5f732b78088646de612 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Wed, 27 Apr 2022 11:29:36 +0200 Subject: [PATCH] Fix space Change-Id: I7928eca0486a427703da6733df295e6c29192d08 Reviewed-by: Thomas Hartmann --- src/plugins/studiowelcome/qml/splashscreen/Welcome_splash.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/studiowelcome/qml/splashscreen/Welcome_splash.qml b/src/plugins/studiowelcome/qml/splashscreen/Welcome_splash.qml index 89d51131876..a0abe9e42e4 100644 --- a/src/plugins/studiowelcome/qml/splashscreen/Welcome_splash.qml +++ b/src/plugins/studiowelcome/qml/splashscreen/Welcome_splash.qml @@ -204,7 +204,7 @@ Rectangle { anchors.leftMargin: 20 anchors.top: bottomBar.top color: "#FFFFFF" - text: qsTr("Before we let you move on to your wonderful designs, help us make Qt Design Studio even betterby letting us know how you're using it. To do this, we would like to turn on automatic collection of pseudonymized Analytics and Crash Report Data.") + text: qsTr("Before we let you move on to your wonderful designs, help us make Qt Design Studio even better by letting us know how you're using it. To do this, we would like to turn on automatic collection of pseudonymized Analytics and Crash Report Data.") font.family: StudioFonts.titilliumWeb_light font.pixelSize: 16 horizontalAlignment: Text.AlignHCenter