diff options
author | David Boddie <david.boddie@nokia.com> | 2011-01-18 15:40:42 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-01-18 15:40:42 (GMT) |
commit | 05a678de3f2e4fe67dc1f93a2dee18e197c0e1c0 (patch) | |
tree | 5ed69950018a2bedfc31b22e1db03035a56f9cab /src | |
parent | 006929de7f84430278e370eaa468a93fa3a1fb96 (diff) | |
download | Qt-05a678de3f2e4fe67dc1f93a2dee18e197c0e1c0.zip Qt-05a678de3f2e4fe67dc1f93a2dee18e197c0e1c0.tar.gz Qt-05a678de3f2e4fe67dc1f93a2dee18e197c0e1c0.tar.bz2 |
Doc: Fixed inconsistent and incorrect terminology.
Reviewed-by: Robin Burchell
Diffstat (limited to 'src')
-rw-r--r-- | src/corelib/tools/qlocale.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qlocale.cpp b/src/corelib/tools/qlocale.cpp index fcfa8f0..6515edb 100644 --- a/src/corelib/tools/qlocale.cpp +++ b/src/corelib/tools/qlocale.cpp @@ -2199,7 +2199,7 @@ static quint16 localePrivateIndex(const QLocalePrivate *p) /*! Constructs a QLocale object with the specified \a name, which has the format - "language[_country][.codeset][@modifier]" or "C", where: + "language[_territory][.codeset][@modifier]" or "C", where: \list \i language is a lowercase, two-letter, ISO 639 language code, |