summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@theqtcompany.com>2016-02-12 12:59:53 +0100
committerMitch Curtis <mitch.curtis@theqtcompany.com>2016-02-12 14:18:08 +0000
commitd5d9edf36808c63a184c94be2c16aff38d702e02 (patch)
tree504c84234cfa77d6b1e95b4e64ec5c313ce701a0
parent578a838b73ac309f437614b76d98fa909e0f5dca (diff)
downloadqtdoc-d5d9edf36808c63a184c94be2c16aff38d702e02.tar.gz
Fix grammar in Qt Quick internationalization doc
Change-Id: Icb7c04950a38cdda36f82cbf80e35e396ffb782d Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
-rw-r--r--doc/src/qmlapp/internationalization.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/qmlapp/internationalization.qdoc b/doc/src/qmlapp/internationalization.qdoc
index 67c0953b..09cd2fa2 100644
--- a/doc/src/qmlapp/internationalization.qdoc
+++ b/doc/src/qmlapp/internationalization.qdoc
@@ -182,7 +182,7 @@ type for converting numbers into localized currency strings.
If the user changes the system language without a reboot, depending on the
system, the strings in arrays and list models and other data structures might
not be refreshed automatically. To force the texts to be refreshed when they are
-displayed in the user interface, you need declare the strings with the
+displayed in the user interface, you need to declare the strings with the
QT_TR_NOOP() macro. Then, when you populate the objects for display, you need to
explicitly retrieve the translation for each text. For example: