aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols/gallery/pages/DelayButtonPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols/gallery/pages/DelayButtonPage.qml')
-rw-r--r--examples/quickcontrols/gallery/pages/DelayButtonPage.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/quickcontrols/gallery/pages/DelayButtonPage.qml b/examples/quickcontrols/gallery/pages/DelayButtonPage.qml
index 4c0e8725b9..7e4470bf34 100644
--- a/examples/quickcontrols/gallery/pages/DelayButtonPage.qml
+++ b/examples/quickcontrols/gallery/pages/DelayButtonPage.qml
@@ -15,12 +15,12 @@ ScrollablePage {
width: parent.width
wrapMode: Label.Wrap
horizontalAlignment: Qt.AlignHCenter
- text: "DelayButton is a checkable button that incorporates a delay before the "
- + "button is activated. This delay prevents accidental presses."
+ text: qsTr("DelayButton is a checkable button that incorporates a delay before the "
+ + "button is activated. This delay prevents accidental presses.")
}
DelayButton {
- text: "DelayButton"
+ text: qsTr("DelayButton")
anchors.horizontalCenter: parent.horizontalCenter
}
}