summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-10-07 07:36:30 (GMT)
committerMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-10-07 07:36:30 (GMT)
commit08ba207866358e95d320749da5aac0514a9db5a6 (patch)
treef231fcefae4ff36d6d65d9a6b212721daa34deb5 /examples
parent86d845cf8b8dd13672c27103af7cb576a3e7a17e (diff)
downloadQt-08ba207866358e95d320749da5aac0514a9db5a6.zip
Qt-08ba207866358e95d320749da5aac0514a9db5a6.tar.gz
Qt-08ba207866358e95d320749da5aac0514a9db5a6.tar.bz2
Doc: Fixing bug - line too long and not visible. Breaking the line in two
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
}