From cc8ddc8bdc7c914b1d2b409157bcf8ddb3387d63 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Wed, 30 Jul 2025 18:44:32 +0100 Subject: [PATCH] New translations editor.php (Czech) --- lang/cs/editor.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/cs/editor.php b/lang/cs/editor.php index d67283b72..2a6b344d5 100644 --- a/lang/cs/editor.php +++ b/lang/cs/editor.php @@ -47,8 +47,8 @@ return [ 'strikethrough' => 'Proškrtnuté', 'superscript' => 'horní index', 'subscript' => 'Dolní index', - 'text_color' => 'Barva textu:', - 'highlight_color' => 'Highlight color', + 'text_color' => 'Barva textu', + 'highlight_color' => 'Barva zvýraznění', 'custom_color' => 'Vlastní barva', 'remove_color' => 'Odstranit barvu', 'background_color' => 'Barva pozadí',