summaryrefslogtreecommitdiffstats
path: root/examples/quick/controls/touch/content/ButtonPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/controls/touch/content/ButtonPage.qml')
-rw-r--r--examples/quick/controls/touch/content/ButtonPage.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/controls/touch/content/ButtonPage.qml b/examples/quick/controls/touch/content/ButtonPage.qml
index 8cf1dad5e..90a8a69c5 100644
--- a/examples/quick/controls/touch/content/ButtonPage.qml
+++ b/examples/quick/controls/touch/content/ButtonPage.qml
@@ -83,7 +83,7 @@ Item {
Button {
anchors.margins: 20
style: touchStyle
- text: "Dont press me"
+ text: "Don't press me"
onClicked: if (stackView) stackView.pop()
}