Click to expand the diff!
```diff
diff --git a/language/en-GB/com_content.ini b/language/en-GB/com_content.ini
index a8a07ffaa97a..ccbb51901c62 100644
--- a/language/en-GB/com_content.ini
+++ b/language/en-GB/com_content.ini
@@ -25,7 +25,7 @@ COM_CONTENT_EDIT_UNPUBLISHED_ARTICLE="Unpublished Article"
COM_CONTENT_ERROR_ARTICLE_NOT_FOUND="Article not found"
COM_CONTENT_ERROR_LOGIN_TO_VIEW_ARTICLE="Please login to view the article"
COM_CONTENT_ERROR_PARENT_CATEGORY_NOT_FOUND="Parent category not found"
-COM_CONTENT_ERROR_PRINT_POPUP="Sorry, Joomla 4 no longer supports print_popup"
+COM_CONTENT_ERROR_PRINT_POPUP="Sorry, Joomla no longer supports print_popup"
COM_CONTENT_ERROR_UNIQUE_ALIAS="Another Article in this category has the same alias."
COM_CONTENT_ERROR_UNIQUE_ALIAS_TRASHED="A trashed Article in this category has the same alias."
COM_CONTENT_FEED_READMORE="Read More …"
```
PR w związku ze zmianą oryginału https://github.com/joomla/joomla-cms/pull/41487 Poniżej zmiany w oryginale:
Click to expand the diff!
```diff diff --git a/language/en-GB/com_content.ini b/language/en-GB/com_content.ini index a8a07ffaa97a..ccbb51901c62 100644 --- a/language/en-GB/com_content.ini +++ b/language/en-GB/com_content.ini @@ -25,7 +25,7 @@ COM_CONTENT_EDIT_UNPUBLISHED_ARTICLE="Unpublished Article" COM_CONTENT_ERROR_ARTICLE_NOT_FOUND="Article not found" COM_CONTENT_ERROR_LOGIN_TO_VIEW_ARTICLE="Please login to view the article" COM_CONTENT_ERROR_PARENT_CATEGORY_NOT_FOUND="Parent category not found" -COM_CONTENT_ERROR_PRINT_POPUP="Sorry, Joomla 4 no longer supports print_popup" +COM_CONTENT_ERROR_PRINT_POPUP="Sorry, Joomla no longer supports print_popup" COM_CONTENT_ERROR_UNIQUE_ALIAS="Another Article in this category has the same alias." COM_CONTENT_ERROR_UNIQUE_ALIAS_TRASHED="A trashed Article in this category has the same alias." COM_CONTENT_FEED_READMORE="Read More …" ```