From 90622abbc0fac762a3867a18e5b31646c9049fe6 Mon Sep 17 00:00:00 2001 From: heelc29 <66922325+heelc29@users.noreply.github.com> Date: Fri, 5 May 2023 14:45:15 +0200 Subject: [PATCH] [4.4] correct deprecation message (#40534) --- administrator/language/en-GB/com_workflow.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/administrator/language/en-GB/com_workflow.ini b/administrator/language/en-GB/com_workflow.ini index f595847e9cc92..ff8133fc86842 100644 --- a/administrator/language/en-GB/com_workflow.ini +++ b/administrator/language/en-GB/com_workflow.ini @@ -104,7 +104,8 @@ COM_WORKFLOW_WORKFLOWS_TABLE_CAPTION="Workflows" COM_WORKFLOW_WORKFLOW_NOTE="Note" JLIB_HTML_PUBLISH_ITEM="Enable" JLIB_HTML_UNPUBLISH_ITEM="Disable" -; Deprecated 5.0. The following strings have never been used + +; All the following strings are deprecated and will be removed with 5.0 COM_WORKFLOW_ARE_YOU_SURE="Are you sure?" COM_WORKFLOW_AUTHOR="Author" COM_WORKFLOW_BASIC_TAB="Basic"