From 5f6b81f85d2a1de133c7f74466a1c50fcafb36da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 22 Oct 2004 09:19:02 +0000 Subject: [PATCH] Use "Structure" instead of "Properties" for link to table structure. --- ChangeLog | 4 ++++ db_details_structure.php | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) 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 { - +