Skip to content

Commit 03da48b

Browse files
authored
fix alpha sorting (#41601)
1 parent 079d423 commit 03da48b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

administrator/language/en-GB/plg_task_sessiongc.ini

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

66
PLG_TASK_SESSIONGC="Task - Session Data Purge"
7+
PLG_TASK_SESSIONGC_DESC="Task Plugin that purges expired data and metadata depending on the session handler set in Global Configuration."
78
PLG_TASK_SESSIONGC_ENABLE_SESSION_GC_DESC="When enabled, this plugin will attempt to purge expired data based on the frequency calculated by the probability and divisor."
89
PLG_TASK_SESSIONGC_ENABLE_SESSION_GC_LABEL="Enable Session Data Cleanup"
910
PLG_TASK_SESSIONGC_ENABLE_SESSION_METADATA_GC_DESC="When enabled, this plugin will clean optional session metadata from the database. Note that this operation will not run when the database handler is in use as that data is cleared as part of the Session Data Cleanup operation."
@@ -12,6 +13,5 @@ PLG_TASK_SESSIONGC_GC_DIVISOR_DESC="In combination with the probability field, t
1213
PLG_TASK_SESSIONGC_GC_DIVISOR_LABEL="Divisor"
1314
PLG_TASK_SESSIONGC_GC_PROBABILITY_DESC="In combination with the divisor field, these two fields are used to determine the frequency of the session data cleanup operation being triggered on a request."
1415
PLG_TASK_SESSIONGC_GC_PROBABILITY_LABEL="Probability"
15-
PLG_TASK_SESSIONGC_XML_DESCRIPTION="Task Plugin that purges expired data and metadata depending on the session handler set in Global Configuration."
1616
PLG_TASK_SESSIONGC_TITLE="Task - Session Data Purge"
17-
PLG_TASK_SESSIONGC_DESC="Task Plugin that purges expired data and metadata depending on the session handler set in Global Configuration."
17+
PLG_TASK_SESSIONGC_XML_DESCRIPTION="Task Plugin that purges expired data and metadata depending on the session handler set in Global Configuration."

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

Lines changed: 2 additions & 2 deletions
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
PLG_TASK_SESSIONGC="Task - Session Data Purge"
7-
PLG_TASK_SESSIONGC_XML_DESCRIPTION="Task Plugin that purges expired data and metadata depending on the session handler set in Global Configuration."
8-
PLG_TASK_SESSIONGC_TITLE="Task - Session Data Purge"
97
PLG_TASK_SESSIONGC_DESC="Task Plugin that purges expired data and metadata depending on the session handler set in Global Configuration."
8+
PLG_TASK_SESSIONGC_TITLE="Task - Session Data Purge"
9+
PLG_TASK_SESSIONGC_XML_DESCRIPTION="Task Plugin that purges expired data and metadata depending on the session handler set in Global Configuration."

0 commit comments

Comments
 (0)