From 0a544753350f1ee21d56b8f59937e843bc988ef9 Mon Sep 17 00:00:00 2001 From: Benjamin Trenkle Date: Mon, 28 Oct 2024 16:33:19 +0100 Subject: [PATCH 1/7] Add deprecation message to content modules --- language/en-GB/mod_articles_category.ini | 4 ++-- language/en-GB/mod_articles_category.sys.ini | 4 ++-- language/en-GB/mod_articles_latest.ini | 4 ++-- language/en-GB/mod_articles_latest.sys.ini | 4 ++-- language/en-GB/mod_articles_news.ini | 4 ++-- language/en-GB/mod_articles_news.sys.ini | 6 +++--- language/en-GB/mod_articles_popular.ini | 4 ++-- language/en-GB/mod_articles_popular.sys.ini | 4 ++-- 8 files changed, 17 insertions(+), 17 deletions(-) diff --git a/language/en-GB/mod_articles_category.ini b/language/en-GB/mod_articles_category.ini index a734bfe12bbff..63343e7849c32 100644 --- a/language/en-GB/mod_articles_category.ini +++ b/language/en-GB/mod_articles_category.ini @@ -3,7 +3,7 @@ ; License GNU General Public License version 2 or later; see LICENSE.txt ; Note : All ini files need to be saved as UTF-8 -MOD_ARTICLES_CATEGORY="Articles - Category" +MOD_ARTICLES_CATEGORY="Articles - Category (deprecated)" MOD_ARTICLES_CATEGORY_FIELD_ARTICLEGROUPING_LABEL="Article Grouping" MOD_ARTICLES_CATEGORY_FIELD_ARTICLEGROUPINGDIR_LABEL="Grouping Direction" MOD_ARTICLES_CATEGORY_FIELD_ARTICLEORDERING_LABEL="Article Field to Order By" @@ -72,4 +72,4 @@ MOD_ARTICLES_CATEGORY_READ_MORE="Read more: " MOD_ARTICLES_CATEGORY_READ_MORE_TITLE="Read More …" MOD_ARTICLES_CATEGORY_REGISTER_TO_READ_MORE="Register to read more" MOD_ARTICLES_CATEGORY_UNTAGGED="Untagged" -MOD_ARTICLES_CATEGORY_XML_DESCRIPTION="This module displays a list of articles from one or more categories." +MOD_ARTICLES_CATEGORY_XML_DESCRIPTION="This module displays a list of articles from one or more categories. This module is deprecated, use the \"Articles\" module from now on." diff --git a/language/en-GB/mod_articles_category.sys.ini b/language/en-GB/mod_articles_category.sys.ini index dbeffc1a2ae8f..8c88c51504655 100644 --- a/language/en-GB/mod_articles_category.sys.ini +++ b/language/en-GB/mod_articles_category.sys.ini @@ -3,6 +3,6 @@ ; License GNU General Public License version 2 or later; see LICENSE.txt ; Note : All ini files need to be saved as UTF-8 -MOD_ARTICLES_CATEGORY="Articles - Category" +MOD_ARTICLES_CATEGORY="Articles - Category (deprecated)" MOD_ARTICLES_CATEGORY_LAYOUT_DEFAULT="Default" -MOD_ARTICLES_CATEGORY_XML_DESCRIPTION="This module displays a list of articles from one or more categories." +MOD_ARTICLES_CATEGORY_XML_DESCRIPTION="This module displays a list of articles from one or more categories. This module is deprecated, use the \"Articles\" instead." diff --git a/language/en-GB/mod_articles_latest.ini b/language/en-GB/mod_articles_latest.ini index 861d4216d2ee9..9210d07d8ab24 100644 --- a/language/en-GB/mod_articles_latest.ini +++ b/language/en-GB/mod_articles_latest.ini @@ -3,7 +3,7 @@ ; License GNU General Public License version 2 or later; see LICENSE.txt ; Note : All ini files need to be saved as UTF-8 -MOD_ARTICLES_LATEST="Articles - Latest" +MOD_ARTICLES_LATEST="Articles - Latest (deprecated)" MOD_LATEST_NEWS_FIELD_AUTHOR_LABEL="Created by Author(s)" MOD_LATEST_NEWS_FIELD_COUNT_LABEL="Articles to Display" MOD_LATEST_NEWS_FIELD_FEATURED_LABEL="Featured Articles" @@ -19,4 +19,4 @@ MOD_LATEST_NEWS_VALUE_RECENT_MODIFIED="Recently Modified First" MOD_LATEST_NEWS_VALUE_RECENT_PUBLISHED="Recently Published First" MOD_LATEST_NEWS_VALUE_RECENT_RAND="Random Articles" MOD_LATEST_NEWS_VALUE_RECENT_TOUCHED="Recently Touched First" -MOD_LATEST_NEWS_XML_DESCRIPTION="This module shows a list of the most recently published and current Articles." +MOD_LATEST_NEWS_XML_DESCRIPTION="This module shows a list of the most recently published and current Articles. This module is deprecated, use the \"Articles\" instead." diff --git a/language/en-GB/mod_articles_latest.sys.ini b/language/en-GB/mod_articles_latest.sys.ini index 29499eaacd389..fd927d387b103 100644 --- a/language/en-GB/mod_articles_latest.sys.ini +++ b/language/en-GB/mod_articles_latest.sys.ini @@ -3,6 +3,6 @@ ; License GNU General Public License version 2 or later; see LICENSE.txt ; Note : All ini files need to be saved as UTF-8 -MOD_ARTICLES_LATEST="Articles - Latest" +MOD_ARTICLES_LATEST="Articles - Latest (deprecated)" MOD_ARTICLES_LATEST_LAYOUT_DEFAULT="Default" -MOD_LATEST_NEWS_XML_DESCRIPTION="This module shows a list of the most recently published and current Articles." +MOD_LATEST_NEWS_XML_DESCRIPTION="This module shows a list of the most recently published and current Articles. This module is deprecated, use the \"Articles\" instead." diff --git a/language/en-GB/mod_articles_news.ini b/language/en-GB/mod_articles_news.ini index bb442222fa205..2e579d2f1d901 100644 --- a/language/en-GB/mod_articles_news.ini +++ b/language/en-GB/mod_articles_news.ini @@ -3,7 +3,7 @@ ; License GNU General Public License version 2 or later; see LICENSE.txt ; Note : All ini files need to be saved as UTF-8 -MOD_ARTICLES_NEWS="Articles - Newsflash" +MOD_ARTICLES_NEWS="Articles - Newsflash (deprecated)" MOD_ARTICLES_NEWS_FIELD_EXCLUDE_CURRENT_LABEL="Exclude Current Article" MOD_ARTICLES_NEWS_FIELD_FEATURED_LABEL="Featured Articles" MOD_ARTICLES_NEWS_FIELD_IMAGES_ARTICLE_LABEL="Show Intro/Full Image" @@ -28,4 +28,4 @@ MOD_ARTICLES_NEWS_READMORE="Read more …" MOD_ARTICLES_NEWS_READMORE_REGISTER="Register to Read More" MOD_ARTICLES_NEWS_TITLE_HEADING="Header Level" MOD_ARTICLES_NEWS_VALUE_ONLY_SHOW_FEATURED="Only show Featured Articles" -MOD_ARTICLES_NEWS_XML_DESCRIPTION="The Article Newsflash Module will display a fixed number of Articles from a specific Category or a set of Categories." +MOD_ARTICLES_NEWS_XML_DESCRIPTION="The Article Newsflash Module will display a fixed number of Articles from a specific Category or a set of Categories. This module is deprecated, use the \"Articles\" instead." diff --git a/language/en-GB/mod_articles_news.sys.ini b/language/en-GB/mod_articles_news.sys.ini index 1cd060b4f36b8..87c967b3651d8 100644 --- a/language/en-GB/mod_articles_news.sys.ini +++ b/language/en-GB/mod_articles_news.sys.ini @@ -3,8 +3,8 @@ ; License GNU General Public License version 2 or later; see LICENSE.txt ; Note : All ini files need to be saved as UTF-8 -MOD_ARTICLES_NEWS="Articles - Newsflash" +MOD_ARTICLES_NEWS="Articles - Newsflash (deprecated)" MOD_ARTICLES_NEWS_LAYOUT_DEFAULT="Default" -MOD_ARTICLES_NEWS_LAYOUT_HORIZONTAL="Horizontal" +MOD_ARTICLES_NEWS_LAYOUT_HORIZONTAL="Horizontal" MOD_ARTICLES_NEWS_LAYOUT_VERTICAL="Vertical" -MOD_ARTICLES_NEWS_XML_DESCRIPTION="The Newsflash Module will display a fixed number of articles from a specific category." +MOD_ARTICLES_NEWS_XML_DESCRIPTION="The Newsflash Module will display a fixed number of articles from a specific category. This module is deprecated, use the \"Articles\" instead." diff --git a/language/en-GB/mod_articles_popular.ini b/language/en-GB/mod_articles_popular.ini index 45e17aec04419..8f00a9a8ccb95 100644 --- a/language/en-GB/mod_articles_popular.ini +++ b/language/en-GB/mod_articles_popular.ini @@ -3,7 +3,7 @@ ; License GNU General Public License version 2 or later; see LICENSE.txt ; Note : All ini files need to be saved as UTF-8 -MOD_ARTICLES_POPULAR="Articles - Most Read" +MOD_ARTICLES_POPULAR="Articles - Most Read (deprecated)" MOD_POPULAR_FIELD_COUNT_LABEL="Articles to Display" MOD_POPULAR_FIELD_DATEFIELD_LABEL="Date Field" MOD_POPULAR_FIELD_DATEFILTERING_LABEL="Date Filtering" @@ -17,4 +17,4 @@ MOD_POPULAR_OPTION_MODIFIED_VALUE="Modified Date" MOD_POPULAR_OPTION_OFF_VALUE="Off" MOD_POPULAR_OPTION_RELATIVEDAY_VALUE="Relative Date" MOD_POPULAR_OPTION_STARTPUBLISHING_VALUE="Start Publishing Date" -MOD_POPULAR_XML_DESCRIPTION="This module shows a list of the published Articles which have the highest number of page views." +MOD_POPULAR_XML_DESCRIPTION="This module shows a list of the published Articles which have the highest number of page views. This module is deprecated, use the \"Articles\" instead." diff --git a/language/en-GB/mod_articles_popular.sys.ini b/language/en-GB/mod_articles_popular.sys.ini index d57521510e7af..9e65f89578805 100644 --- a/language/en-GB/mod_articles_popular.sys.ini +++ b/language/en-GB/mod_articles_popular.sys.ini @@ -3,6 +3,6 @@ ; License GNU General Public License version 2 or later; see LICENSE.txt ; Note : All ini files need to be saved as UTF-8 -MOD_ARTICLES_POPULAR="Articles - Most Read" +MOD_ARTICLES_POPULAR="Articles - Most Read (deprecatd)" MOD_ARTICLES_POPULAR_LAYOUT_DEFAULT="Default" -MOD_POPULAR_XML_DESCRIPTION="This module shows a list of the published Articles which have the highest number of page views." +MOD_POPULAR_XML_DESCRIPTION="This module shows a list of the published Articles which have the highest number of page views. This module is deprecated, use the \"Articles\" instead." From 9b6841a0a1da8f5be3bef4861e53c9c53cbcfcd2 Mon Sep 17 00:00:00 2001 From: Benjamin Trenkle Date: Mon, 28 Oct 2024 19:53:24 +0100 Subject: [PATCH 2/7] Update language/en-GB/mod_articles_popular.sys.ini Co-authored-by: Quy --- language/en-GB/mod_articles_popular.sys.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/en-GB/mod_articles_popular.sys.ini b/language/en-GB/mod_articles_popular.sys.ini index 9e65f89578805..2b758a9bc3a31 100644 --- a/language/en-GB/mod_articles_popular.sys.ini +++ b/language/en-GB/mod_articles_popular.sys.ini @@ -3,6 +3,6 @@ ; License GNU General Public License version 2 or later; see LICENSE.txt ; Note : All ini files need to be saved as UTF-8 -MOD_ARTICLES_POPULAR="Articles - Most Read (deprecatd)" +MOD_ARTICLES_POPULAR="Articles - Most Read (deprecated)" MOD_ARTICLES_POPULAR_LAYOUT_DEFAULT="Default" MOD_POPULAR_XML_DESCRIPTION="This module shows a list of the published Articles which have the highest number of page views. This module is deprecated, use the \"Articles\" instead." From 58adb389d8489d5184d37e9afd146ab60fe2f6d9 Mon Sep 17 00:00:00 2001 From: Benjamin Trenkle Date: Mon, 28 Oct 2024 19:53:34 +0100 Subject: [PATCH 3/7] Update language/en-GB/mod_articles_category.ini Co-authored-by: Quy --- language/en-GB/mod_articles_category.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/en-GB/mod_articles_category.ini b/language/en-GB/mod_articles_category.ini index 63343e7849c32..a430189724732 100644 --- a/language/en-GB/mod_articles_category.ini +++ b/language/en-GB/mod_articles_category.ini @@ -72,4 +72,4 @@ MOD_ARTICLES_CATEGORY_READ_MORE="Read more: " MOD_ARTICLES_CATEGORY_READ_MORE_TITLE="Read More …" MOD_ARTICLES_CATEGORY_REGISTER_TO_READ_MORE="Register to read more" MOD_ARTICLES_CATEGORY_UNTAGGED="Untagged" -MOD_ARTICLES_CATEGORY_XML_DESCRIPTION="This module displays a list of articles from one or more categories. This module is deprecated, use the \"Articles\" module from now on." +MOD_ARTICLES_CATEGORY_XML_DESCRIPTION="This module displays a list of articles from one or more categories. This module is deprecated, use the \"Articles\" instead." From 2af773a09682f3bf1b7450630d60973f4d2c657b Mon Sep 17 00:00:00 2001 From: Benjamin Trenkle Date: Tue, 29 Oct 2024 09:43:58 +0100 Subject: [PATCH 4/7] Rename "Deprecated" to "Legacy" --- language/en-GB/mod_articles_category.ini | 2 +- language/en-GB/mod_articles_category.sys.ini | 4 ++-- language/en-GB/mod_articles_latest.ini | 4 ++-- language/en-GB/mod_articles_latest.sys.ini | 4 ++-- language/en-GB/mod_articles_news.ini | 4 ++-- language/en-GB/mod_articles_news.sys.ini | 4 ++-- language/en-GB/mod_articles_popular.ini | 4 ++-- language/en-GB/mod_articles_popular.sys.ini | 2 +- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/language/en-GB/mod_articles_category.ini b/language/en-GB/mod_articles_category.ini index 63343e7849c32..5245e9b76d8b4 100644 --- a/language/en-GB/mod_articles_category.ini +++ b/language/en-GB/mod_articles_category.ini @@ -3,7 +3,7 @@ ; License GNU General Public License version 2 or later; see LICENSE.txt ; Note : All ini files need to be saved as UTF-8 -MOD_ARTICLES_CATEGORY="Articles - Category (deprecated)" +MOD_ARTICLES_CATEGORY="Articles - Category (Legacy)" MOD_ARTICLES_CATEGORY_FIELD_ARTICLEGROUPING_LABEL="Article Grouping" MOD_ARTICLES_CATEGORY_FIELD_ARTICLEGROUPINGDIR_LABEL="Grouping Direction" MOD_ARTICLES_CATEGORY_FIELD_ARTICLEORDERING_LABEL="Article Field to Order By" diff --git a/language/en-GB/mod_articles_category.sys.ini b/language/en-GB/mod_articles_category.sys.ini index 8c88c51504655..be43ccf788737 100644 --- a/language/en-GB/mod_articles_category.sys.ini +++ b/language/en-GB/mod_articles_category.sys.ini @@ -3,6 +3,6 @@ ; License GNU General Public License version 2 or later; see LICENSE.txt ; Note : All ini files need to be saved as UTF-8 -MOD_ARTICLES_CATEGORY="Articles - Category (deprecated)" +MOD_ARTICLES_CATEGORY="Articles - Category (Legacy)" MOD_ARTICLES_CATEGORY_LAYOUT_DEFAULT="Default" -MOD_ARTICLES_CATEGORY_XML_DESCRIPTION="This module displays a list of articles from one or more categories. This module is deprecated, use the \"Articles\" instead." +MOD_ARTICLES_CATEGORY_XML_DESCRIPTION="This module displays a list of articles from one or more categories. This module is superseded by the \"Articles\" module." diff --git a/language/en-GB/mod_articles_latest.ini b/language/en-GB/mod_articles_latest.ini index 9210d07d8ab24..6e3ad0305bbb6 100644 --- a/language/en-GB/mod_articles_latest.ini +++ b/language/en-GB/mod_articles_latest.ini @@ -3,7 +3,7 @@ ; License GNU General Public License version 2 or later; see LICENSE.txt ; Note : All ini files need to be saved as UTF-8 -MOD_ARTICLES_LATEST="Articles - Latest (deprecated)" +MOD_ARTICLES_LATEST="Articles - Latest (Legacy)" MOD_LATEST_NEWS_FIELD_AUTHOR_LABEL="Created by Author(s)" MOD_LATEST_NEWS_FIELD_COUNT_LABEL="Articles to Display" MOD_LATEST_NEWS_FIELD_FEATURED_LABEL="Featured Articles" @@ -19,4 +19,4 @@ MOD_LATEST_NEWS_VALUE_RECENT_MODIFIED="Recently Modified First" MOD_LATEST_NEWS_VALUE_RECENT_PUBLISHED="Recently Published First" MOD_LATEST_NEWS_VALUE_RECENT_RAND="Random Articles" MOD_LATEST_NEWS_VALUE_RECENT_TOUCHED="Recently Touched First" -MOD_LATEST_NEWS_XML_DESCRIPTION="This module shows a list of the most recently published and current Articles. This module is deprecated, use the \"Articles\" instead." +MOD_LATEST_NEWS_XML_DESCRIPTION="This module shows a list of the most recently published and current Articles. This module is superseded by the \"Articles\" module." diff --git a/language/en-GB/mod_articles_latest.sys.ini b/language/en-GB/mod_articles_latest.sys.ini index fd927d387b103..ac2987d17e4b7 100644 --- a/language/en-GB/mod_articles_latest.sys.ini +++ b/language/en-GB/mod_articles_latest.sys.ini @@ -3,6 +3,6 @@ ; License GNU General Public License version 2 or later; see LICENSE.txt ; Note : All ini files need to be saved as UTF-8 -MOD_ARTICLES_LATEST="Articles - Latest (deprecated)" +MOD_ARTICLES_LATEST="Articles - Latest (Legacy)" MOD_ARTICLES_LATEST_LAYOUT_DEFAULT="Default" -MOD_LATEST_NEWS_XML_DESCRIPTION="This module shows a list of the most recently published and current Articles. This module is deprecated, use the \"Articles\" instead." +MOD_LATEST_NEWS_XML_DESCRIPTION="This module shows a list of the most recently published and current Articles. This module is superseded by the \"Articles\" module." diff --git a/language/en-GB/mod_articles_news.ini b/language/en-GB/mod_articles_news.ini index 2e579d2f1d901..dffaafc7028f1 100644 --- a/language/en-GB/mod_articles_news.ini +++ b/language/en-GB/mod_articles_news.ini @@ -3,7 +3,7 @@ ; License GNU General Public License version 2 or later; see LICENSE.txt ; Note : All ini files need to be saved as UTF-8 -MOD_ARTICLES_NEWS="Articles - Newsflash (deprecated)" +MOD_ARTICLES_NEWS="Articles - Newsflash (Legacy)" MOD_ARTICLES_NEWS_FIELD_EXCLUDE_CURRENT_LABEL="Exclude Current Article" MOD_ARTICLES_NEWS_FIELD_FEATURED_LABEL="Featured Articles" MOD_ARTICLES_NEWS_FIELD_IMAGES_ARTICLE_LABEL="Show Intro/Full Image" @@ -28,4 +28,4 @@ MOD_ARTICLES_NEWS_READMORE="Read more …" MOD_ARTICLES_NEWS_READMORE_REGISTER="Register to Read More" MOD_ARTICLES_NEWS_TITLE_HEADING="Header Level" MOD_ARTICLES_NEWS_VALUE_ONLY_SHOW_FEATURED="Only show Featured Articles" -MOD_ARTICLES_NEWS_XML_DESCRIPTION="The Article Newsflash Module will display a fixed number of Articles from a specific Category or a set of Categories. This module is deprecated, use the \"Articles\" instead." +MOD_ARTICLES_NEWS_XML_DESCRIPTION="The Article Newsflash Module will display a fixed number of Articles from a specific Category or a set of Categories. This module is superseded by the \"Articles\" module." diff --git a/language/en-GB/mod_articles_news.sys.ini b/language/en-GB/mod_articles_news.sys.ini index 87c967b3651d8..9eb6479b1b133 100644 --- a/language/en-GB/mod_articles_news.sys.ini +++ b/language/en-GB/mod_articles_news.sys.ini @@ -3,8 +3,8 @@ ; License GNU General Public License version 2 or later; see LICENSE.txt ; Note : All ini files need to be saved as UTF-8 -MOD_ARTICLES_NEWS="Articles - Newsflash (deprecated)" +MOD_ARTICLES_NEWS="Articles - Newsflash (Legacy)" MOD_ARTICLES_NEWS_LAYOUT_DEFAULT="Default" MOD_ARTICLES_NEWS_LAYOUT_HORIZONTAL="Horizontal" MOD_ARTICLES_NEWS_LAYOUT_VERTICAL="Vertical" -MOD_ARTICLES_NEWS_XML_DESCRIPTION="The Newsflash Module will display a fixed number of articles from a specific category. This module is deprecated, use the \"Articles\" instead." +MOD_ARTICLES_NEWS_XML_DESCRIPTION="The Newsflash Module will display a fixed number of articles from a specific category. This module is superseded by the \"Articles\" module." diff --git a/language/en-GB/mod_articles_popular.ini b/language/en-GB/mod_articles_popular.ini index 8f00a9a8ccb95..c354b043be063 100644 --- a/language/en-GB/mod_articles_popular.ini +++ b/language/en-GB/mod_articles_popular.ini @@ -3,7 +3,7 @@ ; License GNU General Public License version 2 or later; see LICENSE.txt ; Note : All ini files need to be saved as UTF-8 -MOD_ARTICLES_POPULAR="Articles - Most Read (deprecated)" +MOD_ARTICLES_POPULAR="Articles - Most Read (Legacy)" MOD_POPULAR_FIELD_COUNT_LABEL="Articles to Display" MOD_POPULAR_FIELD_DATEFIELD_LABEL="Date Field" MOD_POPULAR_FIELD_DATEFILTERING_LABEL="Date Filtering" @@ -17,4 +17,4 @@ MOD_POPULAR_OPTION_MODIFIED_VALUE="Modified Date" MOD_POPULAR_OPTION_OFF_VALUE="Off" MOD_POPULAR_OPTION_RELATIVEDAY_VALUE="Relative Date" MOD_POPULAR_OPTION_STARTPUBLISHING_VALUE="Start Publishing Date" -MOD_POPULAR_XML_DESCRIPTION="This module shows a list of the published Articles which have the highest number of page views. This module is deprecated, use the \"Articles\" instead." +MOD_POPULAR_XML_DESCRIPTION="This module shows a list of the published Articles which have the highest number of page views. This module is superseded by the \"Articles\" module." diff --git a/language/en-GB/mod_articles_popular.sys.ini b/language/en-GB/mod_articles_popular.sys.ini index 9e65f89578805..b2fe401a0f9dc 100644 --- a/language/en-GB/mod_articles_popular.sys.ini +++ b/language/en-GB/mod_articles_popular.sys.ini @@ -5,4 +5,4 @@ MOD_ARTICLES_POPULAR="Articles - Most Read (deprecatd)" MOD_ARTICLES_POPULAR_LAYOUT_DEFAULT="Default" -MOD_POPULAR_XML_DESCRIPTION="This module shows a list of the published Articles which have the highest number of page views. This module is deprecated, use the \"Articles\" instead." +MOD_POPULAR_XML_DESCRIPTION="This module shows a list of the published Articles which have the highest number of page views. This module is superseded by the \"Articles\" module." From 77631ad27ecf74fa574d2790746e103b103b26b5 Mon Sep 17 00:00:00 2001 From: Benjamin Trenkle Date: Tue, 29 Oct 2024 10:20:55 +0100 Subject: [PATCH 5/7] Remove deprecated --- language/en-GB/mod_articles_category.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/en-GB/mod_articles_category.ini b/language/en-GB/mod_articles_category.ini index 6f17380e9c09d..f615cfa75bc4f 100644 --- a/language/en-GB/mod_articles_category.ini +++ b/language/en-GB/mod_articles_category.ini @@ -72,4 +72,4 @@ MOD_ARTICLES_CATEGORY_READ_MORE="Read more: " MOD_ARTICLES_CATEGORY_READ_MORE_TITLE="Read More …" MOD_ARTICLES_CATEGORY_REGISTER_TO_READ_MORE="Register to read more" MOD_ARTICLES_CATEGORY_UNTAGGED="Untagged" -MOD_ARTICLES_CATEGORY_XML_DESCRIPTION="This module displays a list of articles from one or more categories. This module is deprecated, use the \"Articles\" instead." +MOD_ARTICLES_CATEGORY_XML_DESCRIPTION="This module displays a list of articles from one or more categories. This module is superseded by the \"Articles\" module." From c4e818d98e65bafea077282019ca2a58eab82c9d Mon Sep 17 00:00:00 2001 From: Quy Date: Tue, 29 Oct 2024 09:14:46 -0700 Subject: [PATCH 6/7] Update language/en-GB/mod_articles_popular.sys.ini --- language/en-GB/mod_articles_popular.sys.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/en-GB/mod_articles_popular.sys.ini b/language/en-GB/mod_articles_popular.sys.ini index bc93a1f34a6ff..98336e0805fc4 100644 --- a/language/en-GB/mod_articles_popular.sys.ini +++ b/language/en-GB/mod_articles_popular.sys.ini @@ -3,6 +3,6 @@ ; License GNU General Public License version 2 or later; see LICENSE.txt ; Note : All ini files need to be saved as UTF-8 -MOD_ARTICLES_POPULAR="Articles - Most Read (deprecated)" +MOD_ARTICLES_POPULAR="Articles - Most Read ((Legacy)" MOD_ARTICLES_POPULAR_LAYOUT_DEFAULT="Default" MOD_POPULAR_XML_DESCRIPTION="This module shows a list of the published Articles which have the highest number of page views. This module is superseded by the \"Articles\" module." From ecd6eae2bd770571eef8b02a1f65b3ae1e18bd47 Mon Sep 17 00:00:00 2001 From: Quy Date: Tue, 29 Oct 2024 09:15:07 -0700 Subject: [PATCH 7/7] Update language/en-GB/mod_articles_popular.sys.ini --- language/en-GB/mod_articles_popular.sys.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/en-GB/mod_articles_popular.sys.ini b/language/en-GB/mod_articles_popular.sys.ini index 98336e0805fc4..422ff3526349f 100644 --- a/language/en-GB/mod_articles_popular.sys.ini +++ b/language/en-GB/mod_articles_popular.sys.ini @@ -3,6 +3,6 @@ ; License GNU General Public License version 2 or later; see LICENSE.txt ; Note : All ini files need to be saved as UTF-8 -MOD_ARTICLES_POPULAR="Articles - Most Read ((Legacy)" +MOD_ARTICLES_POPULAR="Articles - Most Read (Legacy)" MOD_ARTICLES_POPULAR_LAYOUT_DEFAULT="Default" MOD_POPULAR_XML_DESCRIPTION="This module shows a list of the published Articles which have the highest number of page views. This module is superseded by the \"Articles\" module."