From 69e5b774475fc78c6244d3e14ade7a677760a731 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Mon, 2 Oct 2017 02:59:13 +0200 Subject: [PATCH] improve lang --- lang/cs.php | 4 ++-- lang/en.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/cs.php b/lang/cs.php index f743dbf..2b59cd6 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 debug panel', - 'term.ascii_debug' => 'Použít debug parser', +// 'term.debugbar' => 'Ladění ', +// '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 1f1d61c..368272e 100644 --- a/lang/en.php +++ b/lang/en.php @@ -77,8 +77,8 @@ return [ 'term.color_fg_prev' => 'Foreground', 'term.color_bg_prev' => 'Background', 'term.colors_preview' => '', - 'term.debugbar' => 'Show debug panel', - 'term.ascii_debug' => 'Debug parser', + 'term.debugbar' => 'Debug internal state', + 'term.ascii_debug' => 'Display control codes', 'cursor.block_blink' => 'Block, blinking', 'cursor.block_steady' => 'Block, steady',