From afe6cc5471cdf508a6c6e4e6d6b1143d0be55951 Mon Sep 17 00:00:00 2001 From: Brian Teeman Date: Sat, 23 Mar 2019 21:57:12 +0000 Subject: [PATCH] [4.0] Remove tag_desc (#24321) 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 --- administrator/language/en-GB/en-GB.ini | 1 - language/en-GB/en-GB.ini | 1 - modules/mod_articles_news/mod_articles_news.xml | 1 - 3 files changed, 3 deletions(-) diff --git a/administrator/language/en-GB/en-GB.ini b/administrator/language/en-GB/en-GB.ini index 27e82cc1e0a27..061515cf550d2 100644 --- a/administrator/language/en-GB/en-GB.ini +++ b/administrator/language/en-GB/en-GB.ini @@ -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" diff --git a/language/en-GB/en-GB.ini b/language/en-GB/en-GB.ini index b5a657c7e0e59..6c4743ab4037f 100644 --- a/language/en-GB/en-GB.ini +++ b/language/en-GB/en-GB.ini @@ -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" diff --git a/modules/mod_articles_news/mod_articles_news.xml b/modules/mod_articles_news/mod_articles_news.xml index 42d824d89118b..15c904b438b25 100644 --- a/modules/mod_articles_news/mod_articles_news.xml +++ b/modules/mod_articles_news/mod_articles_news.xml @@ -37,7 +37,6 @@ name="tag" type="tag" label="JTAG" - description="JTAG_DESC" mode="nested" multiple="true" filter="int_array"