aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/imageelements/framestepping.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/imageelements/framestepping.qml')
-rw-r--r--examples/quick/imageelements/framestepping.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/quick/imageelements/framestepping.qml b/examples/quick/imageelements/framestepping.qml
index 314ee9ad5b..3f86d86773 100644
--- a/examples/quick/imageelements/framestepping.qml
+++ b/examples/quick/imageelements/framestepping.qml
@@ -77,7 +77,7 @@ Rectangle {
anchors.bottom: parent.bottom
anchors.margins: 6
horizontalAlignment: Text.AlignHCenter
- text: "frame " + (img.currentFrame + 1) + " of " + img.frameCount +
- "\nPress PgUp/PgDn to switch frames"
+ text: qsTr("frame " + (img.currentFrame + 1) + " of " + img.frameCount +
+ "\nPress PgUp/PgDn to switch frames")
}
}