summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2010-10-07 15:51:31 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2010-10-07 15:51:31 (GMT)
commitef9d3ff8dd3f28d259c97f701cda2e652ee9c89d (patch)
tree68894170402e60b5a1c578bf34c1fd6ccc830442 /examples
parentba7bec67c4ff68efa0abf3e204c39324fd6caf55 (diff)
parent93b40aa12270714abe722bbc4e47166f5a47bdf4 (diff)
downloadQt-ef9d3ff8dd3f28d259c97f701cda2e652ee9c89d.zip
Qt-ef9d3ff8dd3f28d259c97f701cda2e652ee9c89d.tar.gz
Qt-ef9d3ff8dd3f28d259c97f701cda2e652ee9c89d.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7
Diffstat (limited to 'examples')
-rw-r--r--examples/declarative/i18n/i18n.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/declarative/i18n/i18n.qml b/examples/declarative/i18n/i18n.qml
index 8dac88d..219deda 100644
--- a/examples/declarative/i18n/i18n.qml
+++ b/examples/declarative/i18n/i18n.qml
@@ -65,7 +65,8 @@ Rectangle {
anchors.fill: parent; spacing: 20
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'."
+ 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'."
width: parent.width; wrapMode: Text.WordWrap
}