diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-06-18 03:06:32 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-06-22 01:22:33 (GMT) |
commit | d1813c1341608ec3c087e6cfd7da433f05799747 (patch) | |
tree | ff9bd8f82437dc093124570d1eac21123a234f1e /examples/declarative | |
parent | 02c83c2adf0513041d9a3866d4e589ad79d61bda (diff) | |
download | Qt-d1813c1341608ec3c087e6cfd7da433f05799747.zip Qt-d1813c1341608ec3c087e6cfd7da433f05799747.tar.gz Qt-d1813c1341608ec3c087e6cfd7da433f05799747.tar.bz2 |
Spelling fix
Diffstat (limited to 'examples/declarative')
-rw-r--r-- | examples/declarative/i18n/i18n.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/i18n/i18n.qml b/examples/declarative/i18n/i18n.qml index 7bbb19c..5c2702c 100644 --- a/examples/declarative/i18n/i18n.qml +++ b/examples/declarative/i18n/i18n.qml @@ -65,7 +65,7 @@ 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 is 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 } |