Skip to content

Commit 73ca292

Browse files
brianteemanwilsonge
authored andcommitted
Articles - Latest (#19664)
The descriptions says "This module shows a list of the most recently published and current Articles." So if they are "current" then they cant also "may have expired" Simple PR to correct that on the front end For the admin version of the module the change is a little different as here the list will show all the articles irrespective of their current published state so the string change is different and is just a simplification and not a correction
1 parent 6d3c5c5 commit 73ca292

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

administrator/language/en-GB/en-GB.mod_latest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ MOD_LATEST_TITLE_MODIFIED_CATEGORY_NOT_ME="Last Modified Articles Not By Me (%2$
5858
MOD_LATEST_TITLE_MODIFIED_CATEGORY_NOT_ME_1="Last Modified Article Not By Me (%2$s category)"
5959
MOD_LATEST_TITLE_MODIFIED_CATEGORY_NOT_ME_MORE="Last %1$s Modified Articles Not By Me (%2$s category)"
6060
MOD_LATEST_UNEXISTING="<i>Non existent</i>"
61-
MOD_LATEST_XML_DESCRIPTION="This module shows a list of the most recently published Articles that are still current. Some that are shown may have expired even though they are the most recent."
61+
MOD_LATEST_XML_DESCRIPTION="This module shows a list of the most recently created Articles."

administrator/language/en-GB/en-GB.mod_latest.sys.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66

77
MOD_LATEST="Articles - Latest"
8-
MOD_LATEST_XML_DESCRIPTION="This Module shows a list of the most recently published Articles that are still current. Some that are shown may have expired even though they are the most recent."
8+
MOD_LATEST_XML_DESCRIPTION="This module shows a list of the most recently created Articles."
99
MOD_LATEST_LAYOUT_DEFAULT="Default"
1010

language/en-GB/en-GB.mod_articles_latest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ MOD_LATEST_NEWS_VALUE_RECENT_MODIFIED="Recently Modified First"
2222
MOD_LATEST_NEWS_VALUE_RECENT_RAND="Random Articles"
2323
MOD_LATEST_NEWS_VALUE_RECENT_PUBLISHED="Recently Published First"
2424
MOD_LATEST_NEWS_VALUE_RECENT_TOUCHED="Recently Touched First"
25-
MOD_LATEST_NEWS_XML_DESCRIPTION="This module shows a list of the most recently published and current Articles. Some that are shown may have expired even though they are the most recent."
25+
MOD_LATEST_NEWS_XML_DESCRIPTION="This module shows a list of the most recently published and current Articles."

language/en-GB/en-GB.mod_articles_latest.sys.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
; Note : All ini files need to be saved as UTF-8
55

66
MOD_ARTICLES_LATEST="Articles - Latest"
7-
MOD_LATEST_NEWS_XML_DESCRIPTION="This module shows a list of the most recently published and current Articles. Some that are shown may have expired even though they are the most recent."
7+
MOD_LATEST_NEWS_XML_DESCRIPTION="This module shows a list of the most recently published and current Articles."
88
MOD_ARTICLES_LATEST_LAYOUT_DEFAULT="Default"
99

0 commit comments

Comments
 (0)