summaryrefslogtreecommitdiffstats
path: root/examples/declarative/i18n/qml/i18n/i18n.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/i18n/qml/i18n/i18n.qml')
-rw-r--r--examples/declarative/i18n/qml/i18n/i18n.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/i18n/qml/i18n/i18n.qml b/examples/declarative/i18n/qml/i18n/i18n.qml
index d948c70d..e40c18dd 100644
--- a/examples/declarative/i18n/qml/i18n/i18n.qml
+++ b/examples/declarative/i18n/qml/i18n/i18n.qml
@@ -66,7 +66,7 @@ Rectangle {
Text {
text: "If a translation is available for the system language (eg. French) then the
- string below will translated (eg. 'Bonjour'). Otherwise it will show 'Hello'."
+ string below will translated (eg. 'Bonjour'). Otherwise it will show 'Hello'."
width: parent.width; wrapMode: Text.WordWrap
}