diff --git a/adminer/edit.inc.php b/adminer/edit.inc.php index 1d23d12c..34399f1e 100644 --- a/adminer/edit.inc.php +++ b/adminer/edit.inc.php @@ -106,5 +106,8 @@ if ($fields) { if ($update) { echo "\n"; } +if (isset($_GET["select"])) { + echo "" . lang('Cancel') . "\n"; +} ?> diff --git a/adminer/lang/cs.inc.php b/adminer/lang/cs.inc.php index 4c91e62a..9f10c311 100644 --- a/adminer/lang/cs.inc.php +++ b/adminer/lang/cs.inc.php @@ -290,4 +290,6 @@ $translations = array( // function translation used in Editor 'now' => 'teď', + + 'Cancel' => 'Storno', );