summaryrefslogtreecommitdiffstats
path: root/examples/declarative/righttoleft/textalignment/textalignment.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/righttoleft/textalignment/textalignment.qml')
-rw-r--r--examples/declarative/righttoleft/textalignment/textalignment.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/declarative/righttoleft/textalignment/textalignment.qml b/examples/declarative/righttoleft/textalignment/textalignment.qml
index 90168de..4c40c3c 100644
--- a/examples/declarative/righttoleft/textalignment/textalignment.qml
+++ b/examples/declarative/righttoleft/textalignment/textalignment.qml
@@ -115,13 +115,13 @@ Rectangle {
Column {
anchors.centerIn: parent
Text {
- text: root.mirror ? "Mirrored" : "Normal"
+ text: root.mirror ? "Mirrored" : "Not mirrored"
color: "white"
font.pixelSize: 16
anchors.horizontalCenter: parent.horizontalCenter
}
Text {
- text: "(click here)"
+ text: "(click here to toggle)"
color: "white"
font.pixelSize: 10
font.italic: true
@@ -161,7 +161,7 @@ Rectangle {
anchors.horizontalCenter: parent.horizontalCenter
}
Text {
- text: "(click here)"
+ text: "(click here to toggle)"
color: "white"
font.pixelSize: 10
font.italic: true