summaryrefslogtreecommitdiffstats
path: root/examples/qmlsurface/qml/qmlsurface/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qmlsurface/qml/qmlsurface/main.qml')
-rw-r--r--examples/qmlsurface/qml/qmlsurface/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qmlsurface/qml/qmlsurface/main.qml b/examples/qmlsurface/qml/qmlsurface/main.qml
index efec0b24..07a07891 100644
--- a/examples/qmlsurface/qml/qmlsurface/main.qml
+++ b/examples/qmlsurface/qml/qmlsurface/main.qml
@@ -227,7 +227,7 @@ Item {
Layout.maximumWidth: buttonMaximumWidth
Layout.fillWidth: true
Layout.minimumHeight: buttonMinimumHeight
- text: "Switch to Item Model Series"
+ text: "Switch to Height Map Series"
//! [3]
onClicked: {
if (surfaceplot.seriesList[0] === heightSeries) {