Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.4] correct deprecation message #2804

Closed
jgerman-bot opened this issue May 6, 2023 · 0 comments · Fixed by #2805
Closed

[4.4] correct deprecation message #2804

jgerman-bot opened this issue May 6, 2023 · 0 comments · Fixed by #2805

Comments

@jgerman-bot
Copy link

New language relevant PR in upstream repo: joomla/joomla-cms#40534 Here are the upstream changes:

Click to expand the diff!
diff --git a/administrator/language/en-GB/com_workflow.ini b/administrator/language/en-GB/com_workflow.ini
index f595847e9cc9..ff8133fc8684 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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

4 participants