JoomlaPolska / jezyk-J4

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

[4.2] Correct description for admin featured articles #301

Closed joomlapl-bot closed 1 year ago

joomlapl-bot commented 1 year ago

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

Click to expand the diff! ```diff diff --git a/administrator/language/en-GB/com_content.sys.ini b/administrator/language/en-GB/com_content.sys.ini index 171185ab24a9..76f6c5feff92 100644 --- a/administrator/language/en-GB/com_content.sys.ini +++ b/administrator/language/en-GB/com_content.sys.ini @@ -30,7 +30,7 @@ COM_CONTENT_CATEGORY_VIEW_FEATURED_DESC="Show all featured articles from one or COM_CONTENT_CONTENT_TYPE_ARTICLE="Article" COM_CONTENT_CONTENT_TYPE_CATEGORY="Article Category" COM_CONTENT_FEATURED="Featured" -COM_CONTENT_FEATURED_VIEW_DEFAULT_DESC="Displays article introductions in a single or multi-column layout for featured articles from all categories." +COM_CONTENT_FEATURED_VIEW_DEFAULT_DESC="Shows a list of all the featured articles." COM_CONTENT_FEATURED_VIEW_DEFAULT_OPTION="Default" COM_CONTENT_FEATURED_VIEW_DEFAULT_TITLE="Featured Articles" COM_CONTENT_FORM_VIEW_DEFAULT_DESC="Create a new article." ```