This commit is contained in:
Marc Delisle
2005-03-17 11:30:39 +00:00
parent b8b9334da9
commit 172c39acf2
2 changed files with 5 additions and 2 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$ $Id$
$Source$ $Source$
2005-03-17 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: bug #1165148, typo in Documentation.html
2005-03-16 Marc Delisle <lem9@users.sourceforge.net> 2005-03-16 Marc Delisle <lem9@users.sourceforge.net>
* tbl_properties_structure.php, tbl_alter.php, tbl_properties.inc.php, * tbl_properties_structure.php, tbl_alter.php, tbl_properties.inc.php,
config.inc.php (comment only), libraries/common.lib.php: config.inc.php (comment only), libraries/common.lib.php:

View File

@@ -1337,7 +1337,7 @@ Defaults to FALSE (drop-down). <br />
<dd> <dd>
Defines the default language to use, if not browser-defined or Defines the default language to use, if not browser-defined or
user-defined.<br /> user-defined.<br />
See the <i>select_lang.inc.php</i> script to know the valid values for See the <i>select_lang.lib.php</i> script to know the valid values for
this setting. this setting.
<br /><br /> <br /><br />
</dd> </dd>
@@ -1345,7 +1345,7 @@ Defaults to FALSE (drop-down). <br />
<dt><b>$cfg['Lang'] </b>string</dt> <dt><b>$cfg['Lang'] </b>string</dt>
<dd> <dd>
Force: always use this language (must be defined in the Force: always use this language (must be defined in the
<i>select_lang.inc.php</i> script). <i>select_lang.lib.php</i> script).
<br /><br /> <br /><br />
</dd> </dd>