diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/bootstrap.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 0b552e9e5..2cefd27cd 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -181,9 +181,9 @@ define('DRUPAL_KILOBYTE', 1024); /** * The language code used when no language is explicitly assigned. * - * Defined by ISO639-2 for "No linguistic content / Not applicable". + * Defined by ISO639-2 for "Undetermined". */ -define('LANGUAGE_NONE', 'zxx'); +define('LANGUAGE_NONE', 'und'); /** * The type of language used to define the content language. |