summaryrefslogtreecommitdiffstats
path: root/examples/qmlcustominput/qml/qmlcustominput/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qmlcustominput/qml/qmlcustominput/main.qml')
-rw-r--r--examples/qmlcustominput/qml/qmlcustominput/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qmlcustominput/qml/qmlcustominput/main.qml b/examples/qmlcustominput/qml/qmlcustominput/main.qml
index f777fd6b..2a235986 100644
--- a/examples/qmlcustominput/qml/qmlcustominput/main.qml
+++ b/examples/qmlcustominput/qml/qmlcustominput/main.qml
@@ -182,7 +182,7 @@ Item {
id: cameraToggle
Layout.fillHeight: true
Layout.minimumWidth: parent.width / 3
- text: "Animate Camera"
+ text: "Pause Camera"
onClicked: {
cameraAnimationX.paused = !cameraAnimationX.paused;