aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2022-04-27 11:29:36 +0200
committerThomas Hartmann <thomas.hartmann@qt.io>2022-04-27 09:30:58 +0000
commit23661dfb4b97f9b60dcbe5f732b78088646de612 (patch)
tree0bf5aeeb5f072d9b7102688ba4e72e912b36652b
parent7a5cfebc9d4dd35d548f47d3ce8188efee83d2c9 (diff)
Fix space
Change-Id: I7928eca0486a427703da6733df295e6c29192d08 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
-rw-r--r--src/plugins/studiowelcome/qml/splashscreen/Welcome_splash.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/studiowelcome/qml/splashscreen/Welcome_splash.qml b/src/plugins/studiowelcome/qml/splashscreen/Welcome_splash.qml
index 89d5113187..a0abe9e42e 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