From 31e4356b527a61d0a652f83338174d4a73550419 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Thu, 18 Mar 2021 16:29:16 +0100 Subject: [PATCH] Splash Screen: Do not use contractions in UI text Change-Id: I79498a57b113af313b05e9930374c73e9e26ff41 Reviewed-by: Thomas Hartmann --- src/plugins/studiowelcome/qml/splashscreen/NoShowCheckbox.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/studiowelcome/qml/splashscreen/NoShowCheckbox.qml b/src/plugins/studiowelcome/qml/splashscreen/NoShowCheckbox.qml index 2b714a47846..dc05c7e4c6a 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