diff --git a/ChangeLog b/ChangeLog index 299020ed4..5dbed5cbd 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2004-10-22 Michal Čihař + * db_details_structure.php: Use "Structure" instead of "Properties" for + link to table structure. + 2004-10-21 Marc Delisle * tbl_query_box.php: bug 1050691, missing parameters diff --git a/db_details_structure.php b/db_details_structure.php index 19c573913..61329202f 100644 --- a/db_details_structure.php +++ b/db_details_structure.php @@ -102,7 +102,7 @@ if ($cfg['PropertiesIconic'] == true) { $titles['NoBrowse'] = $iconic_spacer . '' . $strBrowse . ''; $titles['NoSearch'] = $iconic_spacer . '' . $strSearch . ''; $titles['Insert'] = $iconic_spacer . '' . $strInsert . ''; - $titles['Properties'] = $iconic_spacer . '' . $strProperties . ''; + $titles['Structure'] = $iconic_spacer . '' . $strStructure . ''; $titles['Drop'] = $iconic_spacer . '' . $strDrop . ''; $titles['Empty'] = $iconic_spacer . '' . $strEmpty . ''; $titles['NoEmpty'] = $iconic_spacer . '' . $strEmpty . ''; @@ -113,7 +113,7 @@ if ($cfg['PropertiesIconic'] == true) { $titles['NoBrowse'] .= ' ' . $strBrowse . ''; $titles['NoSearch'] .= ' ' . $strSearch . ''; $titles['Insert'] .= ' ' . $strInsert . ''; - $titles['Properties'] .= ' ' . $strProperties . ''; + $titles['Structure'] .= ' ' . $strStructure . ''; $titles['Drop'] .= ' ' . $strDrop . ''; $titles['Empty'] .= ' ' . $strEmpty . ''; $titles['NoEmpty'] .= ' ' . $strEmpty . ''; @@ -124,7 +124,7 @@ if ($cfg['PropertiesIconic'] == true) { $titles['NoBrowse'] = $strBrowse; $titles['NoSearch'] = $strSearch; $titles['Insert'] = $strInsert; - $titles['Properties'] = $strProperties; + $titles['Structure'] = $strStructure; $titles['Drop'] = $strDrop; $titles['Empty'] = $strEmpty; $titles['NoEmpty'] = $strEmpty; @@ -269,7 +269,7 @@ else { - +