From 74adaf2b44d7a418a294541e4c6766525a0eea67 Mon Sep 17 00:00:00 2001 From: David Boddie Date: Mon, 12 Oct 2009 20:43:50 +0200 Subject: Doc: Minor corrections and additions to i18n documentation. Reviewed-by: Trust Me --- doc/src/internationalization/i18n.qdoc | 3 +++ src/corelib/global/qglobal.cpp | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 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. -- cgit v0.12