aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/customgeometry/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/scenegraph/customgeometry/main.qml')
-rw-r--r--examples/quick/scenegraph/customgeometry/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/scenegraph/customgeometry/main.qml b/examples/quick/scenegraph/customgeometry/main.qml
index fd984520f2..6158b6554f 100644
--- a/examples/quick/scenegraph/customgeometry/main.qml
+++ b/examples/quick/scenegraph/customgeometry/main.qml
@@ -79,7 +79,7 @@ Item {
width: parent.width - 40
wrapMode: Text.WordWrap
- text: "This curve is a custom scene graph item, implemented using GL_LINE_STRIP"
+ text: "This curve is a custom scene graph item, implemented using line strips"
}
}
//! [4]