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 /src/corelib/global/qglobal.cpp | |
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
Diffstat (limited to 'src/corelib/global/qglobal.cpp')
-rw-r--r-- | src/corelib/global/qglobal.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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. |