aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/studiowelcome/qml
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2021-03-18 16:29:16 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2021-03-18 16:23:30 +0000
commit31e4356b527a61d0a652f83338174d4a73550419 (patch)
treeec68bb99c9a6b81a9b31e8e6c7034cff26bc58b6 /src/plugins/studiowelcome/qml
parentce0574b61eafd1ac6a2959cd21aada6777db24ea (diff)
Splash Screen: Do not use contractions in UI text
Change-Id: I79498a57b113af313b05e9930374c73e9e26ff41 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Diffstat (limited to 'src/plugins/studiowelcome/qml')
-rw-r--r--src/plugins/studiowelcome/qml/splashscreen/NoShowCheckbox.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/studiowelcome/qml/splashscreen/NoShowCheckbox.qml b/src/plugins/studiowelcome/qml/splashscreen/NoShowCheckbox.qml
index 2b714a4784..dc05c7e4c6 100644
--- a/src/plugins/studiowelcome/qml/splashscreen/NoShowCheckbox.qml
+++ b/src/plugins/studiowelcome/qml/splashscreen/NoShowCheckbox.qml
@@ -31,7 +31,7 @@ CheckBox {
id: do_not_show_checkBox
width: 268
height: 40
- text: qsTr("Don't show this again")
+ text: qsTr("Do not show this again")
spacing: 12