From 176f2923cd34045dbcb60d417a17f40dde9fcb39 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Sat, 22 Feb 2025 23:18:18 +0100 Subject: [PATCH] Fix comment --- adminer/lang/cs.inc.php | 2 +- adminer/lang/xx.inc.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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', -- 2.39.5