diff options
author | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-10-07 19:44:38 (GMT) |
---|---|---|
committer | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-10-07 19:44:38 (GMT) |
commit | bc29732c7f0a56f0b3413e3eaf487aa56c49f8d6 (patch) | |
tree | 91cebf29af4336d2010fe66460d586f605a72ab0 /examples/declarative | |
parent | 4f1d524f992b0df3626ab63c001345c96ccea766 (diff) | |
parent | 0f9d642e105da1644f4ed846a696510f9a9f1daf (diff) | |
download | Qt-bc29732c7f0a56f0b3413e3eaf487aa56c49f8d6.zip Qt-bc29732c7f0a56f0b3413e3eaf487aa56c49f8d6.tar.gz Qt-bc29732c7f0a56f0b3413e3eaf487aa56c49f8d6.tar.bz2 |
Merge commit 'doc-team/4.7' into 4.7
Diffstat (limited to 'examples/declarative')
-rw-r--r-- | examples/declarative/i18n/i18n.qml | 3 |
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 } |