diff --git a/Documentation/gsdoc/NSUserDefaults.gsdoc b/Documentation/gsdoc/NSUserDefaults.gsdoc index 7846613fd..20232049c 100644 --- a/Documentation/gsdoc/NSUserDefaults.gsdoc +++ b/Documentation/gsdoc/NSUserDefaults.gsdoc @@ -64,7 +64,7 @@
- The Languages default value is used to set up the
+ The NSLanguages default value is used to set up the
constants for localization. GNUstep will also look for the
LANGUAGES
environment variable if it is not set
in the defaults system. If it exists, it consists of an
@@ -76,7 +76,7 @@
As a special extension, on systems that support locales
(e.g. GNU/Linux and Solaris), GNUstep will use information
- from the user specified locale, if the Languages
+ from the user specified locale, if the NSLanguages
default value is not found. Typically the locale is
specified in the environment with the LANG
environment variable.
@@ -85,30 +85,50 @@