diff --git a/lang/cs.php b/lang/cs.php index 0bfa267..f743dbf 100644 --- a/lang/cs.php +++ b/lang/cs.php @@ -78,8 +78,8 @@ return [ 'term.color_fg_prev' => 'Barva textu', 'term.color_bg_prev' => 'Barva pozadí', 'term.colors_preview' => '', - 'term.debugbar' => 'Zobraz ladicí panel', - 'term.ascii_debug' => 'ASCII debug režim', + 'term.debugbar' => 'Zobraz debug panel', + 'term.ascii_debug' => 'Použít debug parser', 'cursor.block_blink' => 'Blok, blikající', 'cursor.block_steady' => 'Blok, stálý', diff --git a/lang/en.php b/lang/en.php index e98738c..1f1d61c 100644 --- a/lang/en.php +++ b/lang/en.php @@ -78,7 +78,7 @@ return [ 'term.color_bg_prev' => 'Background', 'term.colors_preview' => '', 'term.debugbar' => 'Show debug panel', - 'term.ascii_debug' => 'ASCII debug mode', + 'term.ascii_debug' => 'Debug parser', 'cursor.block_blink' => 'Block, blinking', 'cursor.block_steady' => 'Block, steady',