diff --git a/ChangeLog b/ChangeLog index ed3a3fb57..088d6a694 100755 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,7 @@ $Source$ SELECT DISTINCT x AS foo, y AS bar FROM sometable and count rows correctly (in MySQL 3), thanks to Matthias Pigulla (mp@webfactory.de) + * server_privileges.php: cosmetic: title for Edit privileges 2004-10-13 Michal Čihař * libraries/fpdf/fpdf.php: Updated to 1.52. diff --git a/server_privileges.php b/server_privileges.php index 5d3551431..cbe072993 100644 --- a/server_privileges.php +++ b/server_privileges.php @@ -969,9 +969,9 @@ if (empty($adduser) && empty($checkprivs)) { . ' ' . ($row['Grant_priv'] == 'Y' ? $strYes : $strNo) . '' . "\n" . ' '; if ($GLOBALS['cfg']['PropertiesIconic']) { - echo '' . $strEdit . ''; + echo '' . $strEditPrivileges . ''; } else { - echo $strEdit; + echo $strEditPrivileges; } echo '' . "\n" . ' ' . "\n";