From 00af64bb9a409c232e1e60e07e1bd2f9156613bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20B=C3=B6sch?= Date: Thu, 15 Feb 2024 08:30:51 +0100 Subject: [PATCH] Improve language string. --- lang/en/tiny_htmlblock.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/tiny_htmlblock.php b/lang/en/tiny_htmlblock.php index 1e10e60..f7b2ab0 100644 --- a/lang/en/tiny_htmlblock.php +++ b/lang/en/tiny_htmlblock.php @@ -38,7 +38,7 @@ $string['labelhtml'] = 'HTML Code'; $string['maxcatlevels'] = 'Category levels to show'; $string['maxcatlevels_all'] = 'all'; -$string['maxcatlevels_desc'] = 'When defining HTML blocks below, in the category selector limit the options to some levels only, do not show all categories of any level.'; +$string['maxcatlevels_desc'] = 'When defining HTML blocks below, limit the options to some levels only in the category selector. Thus, the category selector does not show all categories of any level.'; $string['menutext'] = 'HTML blocks'; $string['pluginname'] = 'Tiny HTML Blocks'; $string['settings'] = 'Predefine HTML Blocks for TinyMCE';