From: Jakub Vrana Date: Sat, 22 Feb 2025 22:18:18 +0000 (+0100) Subject: Fix comment X-Git-Tag: v4.17.0~24 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=176f2923cd34045dbcb60d417a17f40dde9fcb39;p=adminer.git Fix comment --- diff --git a/adminer/lang/cs.inc.php b/adminer/lang/cs.inc.php index 0c196929..ac2c91de 100644 --- a/adminer/lang/cs.inc.php +++ b/adminer/lang/cs.inc.php @@ -346,7 +346,7 @@ $translations = array( 'Type has been created.' => 'Typ byl vytvořen.', 'Alter type' => 'Pozměnit typ', - // MySQL check constraints + // Table check constraints 'Checks' => 'Kontroly', 'Create check' => 'Vytvořit kontrolu', 'Alter check' => 'Změnit kontrolu', diff --git a/adminer/lang/xx.inc.php b/adminer/lang/xx.inc.php index 0922ed4f..0a6ec476 100644 --- a/adminer/lang/xx.inc.php +++ b/adminer/lang/xx.inc.php @@ -346,7 +346,7 @@ $translations = array( 'Type has been created.' => 'Xx.', 'Alter type' => 'Xx', - // MySQL check constraints + // Table check constraints 'Checks' => 'Xx', 'Create check' => 'Xx', 'Alter check' => 'Xx',