1
0
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:
jakubvrana
2009-11-27 13:44:44 +00:00
parent a9f08f4d36
commit 2d8a2de597
12 changed files with 23 additions and 23 deletions

View File

@@ -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 {