Skip to content

Commit f5c7efc

Browse files
authored
[5.4] Deprecate language string (#45725)
* [5.4] Deprecate language string To fix the spelling of a string and to be able to remove an exception in typos.toml this PR deprecates a mis-spelled language string and replaces it in the xml with the correct string Signed-off-by: BrianTeeman <[email protected]>
1 parent 9ab7b89 commit f5c7efc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

administrator/components/com_finder/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
<field
235235
name="highlight_terms"
236236
type="radio"
237-
label="COM_FINDER_CONFIG_HILIGHT_CONTENT_SEARCH_TERMS_LABEL"
237+
label="COM_FINDER_CONFIG_HIGHLIGHT_CONTENT_SEARCH_TERMS_LABEL"
238238
description="COM_FINDER_CONFIG_HIGHLIGHT_CONTENT_SEARCH_TERMS_DESC"
239239
layout="joomla.form.field.radio.switcher"
240240
default="1"

administrator/language/en-GB/com_finder.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ COM_FINDER_CONFIG_FILTER_COMMONWORDS_LABEL="Filter Common Words"
1818
COM_FINDER_CONFIG_FILTER_NUMERICS_LABEL="Filter Numeric Terms"
1919
COM_FINDER_CONFIG_GATHER_SEARCH_STATISTICS_LABEL="Gather Search Statistics"
2020
COM_FINDER_CONFIG_HIGHLIGHT_CONTENT_SEARCH_TERMS_DESC="For performance reasons, this will not highlight more than 10 different terms in the search results."
21+
COM_FINDER_CONFIG_HIGHLIGHT_CONTENT_SEARCH_TERMS_LABEL="Highlight Search Terms"
22+
; deprecated will be removed in 6.0
2123
COM_FINDER_CONFIG_HILIGHT_CONTENT_SEARCH_TERMS_LABEL="Highlight Search Terms"
2224
COM_FINDER_CONFIG_IMAGE_CLASS_LABEL="Image Class"
2325
COM_FINDER_CONFIG_LANGUAGE_DEFAULT_DEFAULT_LANGUAGE="Default Site Language"

0 commit comments

Comments
 (0)