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