JoomlaPolska / jezyk-J4

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

[4.4] remove deprecation from used string #345

Closed joomlapl-bot closed 10 months ago

joomlapl-bot commented 1 year ago

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

Click to expand the diff! ```diff diff --git a/administrator/language/en-GB/com_newsfeeds.ini b/administrator/language/en-GB/com_newsfeeds.ini index 2bdc3bfe0f96..55941aede1a7 100644 --- a/administrator/language/en-GB/com_newsfeeds.ini +++ b/administrator/language/en-GB/com_newsfeeds.ini @@ -88,7 +88,6 @@ COM_NEWSFEEDS_NUM_ARTICLES_HEADING="# Articles" COM_NEWSFEEDS_NUM_ARTICLES_HEADING_ASC="# Articles ascending" COM_NEWSFEEDS_NUM_ARTICLES_HEADING_DESC="# Articles descending" COM_NEWSFEEDS_RIGHT="Right" -; Deprecated, will be removed with 5.0 COM_NEWSFEEDS_SAVE_SUCCESS="News feed saved." ; Deprecated, will be removed with 5.0 COM_NEWSFEEDS_SEARCH_IN_TITLE="Search" ```