Skip to content

Commit

Permalink
[4.0] Remove tag_desc (#24321)
Browse files Browse the repository at this point in the history
The helptext displayed for the tags field in the article-newsflash module is not needed AND it is not a correct explanation.

As we dont need it and it is the last use of the string then the string is removed as well
  • Loading branch information
brianteeman authored and wilsonge committed Mar 23, 2019
1 parent 8e3243b commit afe6cc5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion administrator/language/en-GB/en-GB.ini
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ JSHOW="Show"
JSITE="Site"
JSUBMIT="Submit"
JTAG="Tags"
JTAG_DESC="Assign tags to content items. You may select a tag from the pre-defined list or enter a new tag by typing the name in the field and pressing enter."
JTAG_FIELD_SELECT_DESC="Select the tag to use."
JTOOLBAR="Toolbar"
JTRASH="Trash"
Expand Down
1 change: 0 additions & 1 deletion language/en-GB/en-GB.ini
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ JSITE="Site"
JSTATUS="Status"
JSUBMIT="Submit"
JTAG="Tags"
JTAG_DESC="Assign tags to content items. You may select a tag from the pre-defined list or enter a new tag by typing the name in the field and pressing enter."
JTAG_FIELD_SELECT_DESC="Select the tag to use."
JTOOLBAR="Toolbar"
JTOOLBAR_VERSIONS="Versions"
Expand Down
1 change: 0 additions & 1 deletion modules/mod_articles_news/mod_articles_news.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
name="tag"
type="tag"
label="JTAG"
description="JTAG_DESC"
mode="nested"
multiple="true"
filter="int_array"
Expand Down

0 comments on commit afe6cc5

Please sign in to comment.