From a72347f3c7250dbc4a55e1bdeacb91de959f2e6b Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 22 Apr 2013 13:48:39 -0700 Subject: [PATCH] Rename Edit link to Clone in processlist --- adminer/processlist.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adminer/processlist.inc.php b/adminer/processlist.inc.php index e977b159..dca53d61 100644 --- a/adminer/processlist.inc.php +++ b/adminer/processlist.inc.php @@ -34,7 +34,7 @@ foreach (process_list() as $i => $row) { ($jush == "sql" && $key == "Info" && ereg("Query|Killed", $row["Command"]) && $val != "") || ($jush == "pgsql" && $key == "current_query" && $val != "") || ($jush == "oracle" && $key == "sql_text" && $val != "") - ? "" . shorten_utf8($val, 100, "") . ' ' . lang('Edit') . '' + ? "" . shorten_utf8($val, 100, "") . ' ' . lang('Clone') . '' : nbsp($val) ); }