aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols/gallery/pages/TumblerPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols/gallery/pages/TumblerPage.qml')
-rw-r--r--examples/quickcontrols/gallery/pages/TumblerPage.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quickcontrols/gallery/pages/TumblerPage.qml b/examples/quickcontrols/gallery/pages/TumblerPage.qml
index 4d01f02e89..c8119bb76c 100644
--- a/examples/quickcontrols/gallery/pages/TumblerPage.qml
+++ b/examples/quickcontrols/gallery/pages/TumblerPage.qml
@@ -15,7 +15,7 @@ ScrollablePage {
width: parent.width
wrapMode: Label.Wrap
horizontalAlignment: Qt.AlignHCenter
- text: "Tumbler is used to select a value by spinning a wheel."
+ text: qsTr("Tumbler is used to select a value by spinning a wheel.")
}
Tumbler {