summaryrefslogtreecommitdiffstats
path: root/examples/qmlscatter/qml/qmlscatter/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qmlscatter/qml/qmlscatter/main.qml')
-rw-r--r--examples/qmlscatter/qml/qmlscatter/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qmlscatter/qml/qmlscatter/main.qml b/examples/qmlscatter/qml/qmlscatter/main.qml
index 338bec24..22eab76b 100644
--- a/examples/qmlscatter/qml/qmlscatter/main.qml
+++ b/examples/qmlscatter/qml/qmlscatter/main.qml
@@ -155,7 +155,7 @@ Item {
id: smoothToggle
Layout.fillHeight: true
Layout.fillWidth: true
- text: "Use Smooth Dots"
+ text: "Use Smooth for Series One"
onClicked: {
if (scatterSeries.meshSmooth === false) {
text = "Use Flat for Series One";