You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: administrator/language/en-GB/en-GB.mod_latest.ini
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -58,4 +58,4 @@ MOD_LATEST_TITLE_MODIFIED_CATEGORY_NOT_ME="Last Modified Articles Not By Me (%2$
58
58
MOD_LATEST_TITLE_MODIFIED_CATEGORY_NOT_ME_1="Last Modified Article Not By Me (%2$s category)"
59
59
MOD_LATEST_TITLE_MODIFIED_CATEGORY_NOT_ME_MORE="Last %1$s Modified Articles Not By Me (%2$s category)"
60
60
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."
Copy file name to clipboardExpand all lines: administrator/language/en-GB/en-GB.mod_latest.sys.ini
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,6 @@
5
5
6
6
7
7
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."
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."
Copy file name to clipboardExpand all lines: language/en-GB/en-GB.mod_articles_latest.sys.ini
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,6 @@
4
4
; Note : All ini files need to be saved as UTF-8
5
5
6
6
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."
0 commit comments