summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-06-18 03:06:32 (GMT)
committerBea Lam <bea.lam@nokia.com>2010-06-22 01:22:33 (GMT)
commitd1813c1341608ec3c087e6cfd7da433f05799747 (patch)
treeff9bd8f82437dc093124570d1eac21123a234f1e /examples
parent02c83c2adf0513041d9a3866d4e589ad79d61bda (diff)
downloadQt-d1813c1341608ec3c087e6cfd7da433f05799747.zip
Qt-d1813c1341608ec3c087e6cfd7da433f05799747.tar.gz
Qt-d1813c1341608ec3c087e6cfd7da433f05799747.tar.bz2
Spelling fix
Diffstat (limited to 'examples')
-rw-r--r--examples/declarative/i18n/i18n.qml2
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
}