From d562154beee393b8e6b094d0a215dde42cfd1346 Mon Sep 17 00:00:00 2001 From: Paul Holden Date: Fri, 1 Sep 2023 19:21:13 +0100 Subject: [PATCH] MDL-79236 editor_tiny: define subplugin type language strings. --- lib/editor/tiny/lang/en/editor_tiny.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/editor/tiny/lang/en/editor_tiny.php b/lib/editor/tiny/lang/en/editor_tiny.php index 7ecf08b8595..037b63b0a27 100644 --- a/lib/editor/tiny/lang/en/editor_tiny.php +++ b/lib/editor/tiny/lang/en/editor_tiny.php @@ -30,6 +30,8 @@ $string['branding'] = 'TinyMCE branding'; $string['branding_desc'] = 'Support TinyMCE by displaying the logo in the bottom corner of the text editor. The logo links to the TinyMCE website.'; $string['plugin_enabled'] = '{$a} enabled.'; $string['plugin_disabled'] = '{$a} disabled.'; +$string['subplugintype_tiny'] = 'TinyMCE plugin'; +$string['subplugintype_tiny_plural'] = 'TinyMCE plugins'; $string['tiny:hash'] = '#'; $string['tiny:accessibility'] = 'Accessibility'; $string['tiny:action'] = 'Action';