diff --git a/Documentation.html b/Documentation.html
index 21a969dac..e9c8aded9 100644
--- a/Documentation.html
+++ b/Documentation.html
@@ -1648,8 +1648,9 @@ CREATE DATABASE,ALTER DATABASE,DROP DATABASE
$cfg['DefaultLang'] string
Defines the default language to use, if not browser-defined or
user-defined.
- See the select_lang.lib.php script to know the valid values for
- this setting.
+ The corresponding language file needs to be in
+ locale/code/LC_MESSAGES/phpmyadmin.mo.
+
$cfg['DefaultConnectionCollation'] string
Defines the default connection collation to use, if not
@@ -1658,8 +1659,9 @@ CREATE DATABASE,ALTER DATABASE,DROP DATABASE
documentation for list of possible values.
$cfg['Lang'] string
- Force: always use this language (must be defined in the
- select_lang.lib.php script).
+ Force language to use.
+ The corresponding language file needs to be in
+ locale/code/LC_MESSAGES/phpmyadmin.mo.
$cfg['FilterLanguages'] string
Limit list of available languages to those matching the given regular