JoomlaPolska / jezyk-J4

Język polski dla Joomla 4
GNU General Public License v2.0
3 stars 5 forks source link

[4.4] correct deprecation message #340

Closed joomlapl-bot closed 12 months ago

joomlapl-bot commented 1 year ago

PR w związku ze zmianą oryginału https://github.com/joomla/joomla-cms/pull/40534 Poniżej zmiany w oryginale:

Click to expand the diff! ```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" ```