aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols/gallery/pages/RangeSliderPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols/gallery/pages/RangeSliderPage.qml')
-rw-r--r--examples/quickcontrols/gallery/pages/RangeSliderPage.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quickcontrols/gallery/pages/RangeSliderPage.qml b/examples/quickcontrols/gallery/pages/RangeSliderPage.qml
index 0ca235822f..03b78040a0 100644
--- a/examples/quickcontrols/gallery/pages/RangeSliderPage.qml
+++ b/examples/quickcontrols/gallery/pages/RangeSliderPage.qml
@@ -15,7 +15,7 @@ ScrollablePage {
width: parent.width
wrapMode: Label.Wrap
horizontalAlignment: Qt.AlignHCenter
- text: "RangeSlider is used to select a range specified by two values, by sliding each handle along a track."
+ text: qsTr("RangeSlider is used to select a range specified by two values, by sliding each handle along a track.")
}
RangeSlider {