examples/declarative/i18n/i18n.qml
changeset 33 3e2da88830cd
parent 30 5dc02b23752f
--- a/examples/declarative/i18n/i18n.qml	Tue Jul 06 15:10:48 2010 +0300
+++ b/examples/declarative/i18n/i18n.qml	Wed Aug 18 10:37:55 2010 +0300
@@ -65,7 +65,7 @@
         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
         }