mirror of
https://github.com/vrana/adminer.git
synced 2025-08-24 07:02:51 +02:00
Change table operations descriptions
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1257 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -73,7 +73,7 @@ class Adminer {
|
||||
*/
|
||||
function selectLinks($tableStatus, $set = "") {
|
||||
echo '<p class="tabs">';
|
||||
$links = array("select" => lang('Select table'), "table" => lang('Table structure'));
|
||||
$links = array("select" => lang('Select data'), "table" => lang('Show structure'));
|
||||
if (isset($tableStatus["Rows"])) {
|
||||
$links["create"] = lang('Alter table');
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user