Skip to content

Commit 92b4591

Browse files
authored
[5.4] tinymce filters (#45952)
Small tweak to the label of this option and add a description Signed-off-by: BrianTeeman <[email protected]>
1 parent f778b19 commit 92b4591

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

administrator/language/en-GB/plg_editors_tinymce.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
PLG_EDITORS_TINYMCE="Editor - TinyMCE"
77
PLG_TINY_BUILDER="TinyMCE Configuration Builder"
88
PLG_TINY_BUTTON_TOGGLE_EDITOR="Toggle Editor"
9-
PLG_TINY_CONFIG_TEXTFILTER_ACL_LABEL="Use Joomla Text Filter"
9+
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."
10+
PLG_TINY_CONFIG_TEXTFILTER_ACL_LABEL="Joomla Text Filter"
1011
PLG_TINY_CORE_BUTTONS="CMS Content"
1112
PLG_TINY_DND_ADDITIONALDATA="Additional Data"
1213
PLG_TINY_DND_ALTTEXT="Image Description (Alt Text)"

plugins/editors/tinymce/forms/setoptions.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@
197197
name="use_config_textfilters"
198198
type="radio"
199199
label="PLG_TINY_CONFIG_TEXTFILTER_ACL_LABEL"
200+
description="PLG_TINY_CONFIG_TEXTFILTER_ACL_DESC"
200201
layout="joomla.form.field.radio.switcher"
201202
default="0"
202203
>

0 commit comments

Comments
 (0)