From a32b635280f1bf1259aba7ae6dabf985f18d914f Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 23 Jul 2020 18:20:51 +0000 Subject: [PATCH] Bug 22660: (follow-up) Re-word system preference description This patch rewords the system preference description to focus on the generic description of the editor rather than the name of the plugin: tinymce: "a WYSIWYG editor (TinyMCE)" codemirror: "a text editor (CodeMirror)" Signed-off-by: Lisette Scheer --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/tools.pref | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/tools.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/tools.pref index 77a40f1529..20eca3f4b1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/tools.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/tools.pref @@ -40,8 +40,8 @@ Tools: - Use - pref: NewsToolEditor choices: - tinymce: "TinyMCE (WYSIWYG)" - codemirror: "CodeMirror" + tinymce: "a WYSIWYG editor (TinyMCE)" + codemirror: "a text editor (CodeMirror)" - when editing News. Upload: - -- 2.11.0