From 1bb9e88367235f31589774683a34599513412910 Mon Sep 17 00:00:00 2001 From: BrianTeeman Date: Thu, 21 Aug 2025 10:36:55 +0100 Subject: [PATCH] [5.4] tinymce filters Small tweak to the label of this option and add a description Signed-off-by: BrianTeeman --- administrator/language/en-GB/plg_editors_tinymce.ini | 3 ++- plugins/editors/tinymce/forms/setoptions.xml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/administrator/language/en-GB/plg_editors_tinymce.ini b/administrator/language/en-GB/plg_editors_tinymce.ini index 75b037de59e38..3193da4afc17a 100644 --- a/administrator/language/en-GB/plg_editors_tinymce.ini +++ b/administrator/language/en-GB/plg_editors_tinymce.ini @@ -6,7 +6,8 @@ PLG_EDITORS_TINYMCE="Editor - TinyMCE" PLG_TINY_BUILDER="TinyMCE Configuration Builder" PLG_TINY_BUTTON_TOGGLE_EDITOR="Toggle Editor" -PLG_TINY_CONFIG_TEXTFILTER_ACL_LABEL="Use Joomla Text Filter" +PLG_TINY_CONFIG_TEXTFILTER_ACL_DESC="If on, the text filter from the Joomla Global Configuration is applied. If off, the filters as defined here are used." +PLG_TINY_CONFIG_TEXTFILTER_ACL_LABEL="Joomla Text Filter" PLG_TINY_CORE_BUTTONS="CMS Content" PLG_TINY_DND_ADDITIONALDATA="Additional Data" PLG_TINY_DND_ALTTEXT="Image Description (Alt Text)" diff --git a/plugins/editors/tinymce/forms/setoptions.xml b/plugins/editors/tinymce/forms/setoptions.xml index 6a3533d2d3e84..eccd07d9110d9 100644 --- a/plugins/editors/tinymce/forms/setoptions.xml +++ b/plugins/editors/tinymce/forms/setoptions.xml @@ -197,6 +197,7 @@ name="use_config_textfilters" type="radio" label="PLG_TINY_CONFIG_TEXTFILTER_ACL_LABEL" + description="PLG_TINY_CONFIG_TEXTFILTER_ACL_DESC" layout="joomla.form.field.radio.switcher" default="0" >