aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testapplications/elements/content/Help.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testapplications/elements/content/Help.qml')
-rw-r--r--tests/testapplications/elements/content/Help.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testapplications/elements/content/Help.qml b/tests/testapplications/elements/content/Help.qml
index 1e1e26e26c..cb534108b1 100644
--- a/tests/testapplications/elements/content/Help.qml
+++ b/tests/testapplications/elements/content/Help.qml
@@ -45,7 +45,7 @@ Item {
anchors.fill: parent
Text { textFormat: Text.RichText; anchors.fill: parent; anchors.margins: 5; wrapMode: Text.WordWrap
- text: "<b>QtQuick 2 System Testing</b><br><br>"+
+ text: "<b>Qt Quick 2 System Testing</b><br><br>"+
"Each system test qml \"application\" provides a basic visual element affected by one or more non-visual (functional) elements.<br>"+
"Simply select the element you wish to test, and follow the instructions. Use the arrow to advance the test.<br>"
}