diff options
author | David Boddie <dboddie@trolltech.com> | 2009-10-12 18:43:50 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-10-12 18:43:50 (GMT) |
commit | 74adaf2b44d7a418a294541e4c6766525a0eea67 (patch) | |
tree | 9bd0c29d59e64f99885de105f74b5da6fa10c605 | |
parent | b6d4d79b85d84ad95d07139fe055e3a248450952 (diff) | |
download | Qt-74adaf2b44d7a418a294541e4c6766525a0eea67.zip Qt-74adaf2b44d7a418a294541e4c6766525a0eea67.tar.gz Qt-74adaf2b44d7a418a294541e4c6766525a0eea67.tar.bz2 |
Doc: Minor corrections and additions to i18n documentation.
Reviewed-by: Trust Me
-rw-r--r-- | doc/src/internationalization/i18n.qdoc | 3 | ||||
-rw-r--r-- | src/corelib/global/qglobal.cpp | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/doc/src/internationalization/i18n.qdoc b/doc/src/internationalization/i18n.qdoc index 121c822..e873f4e 100644 --- a/doc/src/internationalization/i18n.qdoc +++ b/doc/src/internationalization/i18n.qdoc @@ -42,6 +42,9 @@ /*! \group i18n \title Qt Classes for Internationalization + + See \l{Internationalization with Qt} for information on how to use these classes + in your applications. */ /*! diff --git a/src/corelib/global/qglobal.cpp b/src/corelib/global/qglobal.cpp index 9fc3c8d..5a7b559 100644 --- a/src/corelib/global/qglobal.cpp +++ b/src/corelib/global/qglobal.cpp @@ -2673,7 +2673,7 @@ int qrand() \relates <QtGlobal> Marks the string literal \a sourceText for dynamic translation in - the given \a context, i.e the stored \a sourceText will not be + the given \a context; i.e, the stored \a sourceText will not be altered. The \a context is typically a class and also needs to be specified as string literal. |