Click to expand the diff!
```diff
diff --git a/administrator/language/en-GB/joomla.ini b/administrator/language/en-GB/joomla.ini
index 97586fb29af3..7ce27dfd0fc1 100644
--- a/administrator/language/en-GB/joomla.ini
+++ b/administrator/language/en-GB/joomla.ini
@@ -367,7 +367,7 @@ JGLOBAL_BLOG="Blog"
JGLOBAL_BLOG_ACROSS_OPTION="Across"
JGLOBAL_BLOG_CLASS="Article Class"
JGLOBAL_BLOG_CLASS_LEADING="Leading Article Class"
-JGLOBAL_BLOG_CLASS_NOTE_DESC="You can add any CSS class for your own styling ideas. Add a border on top with class boxed. For image position use for example image-left, image-right. Add image-alternate for alternative ordering of intro-images."
+JGLOBAL_BLOG_CLASS_NOTE_DESC="You can add any CSS class for your own styling ideas. Add a border on top with class boxed. For image position use for example image-left, image-right. Add image-alternate for alternate ordering of intro images."
JGLOBAL_BLOG_DOWN_OPTION="Down"
JGLOBAL_BLOG_LAYOUT_OPTIONS="Blog Layout"
JGLOBAL_CATEGORIES_OPTIONS="Categories"
```
PR w związku ze zmianą oryginału https://github.com/joomla/joomla-cms/pull/37119 Poniżej zmiany w oryginale:
Click to expand the diff!
```diff diff --git a/administrator/language/en-GB/joomla.ini b/administrator/language/en-GB/joomla.ini index 97586fb29af3..7ce27dfd0fc1 100644 --- a/administrator/language/en-GB/joomla.ini +++ b/administrator/language/en-GB/joomla.ini @@ -367,7 +367,7 @@ JGLOBAL_BLOG="Blog" JGLOBAL_BLOG_ACROSS_OPTION="Across" JGLOBAL_BLOG_CLASS="Article Class" JGLOBAL_BLOG_CLASS_LEADING="Leading Article Class" -JGLOBAL_BLOG_CLASS_NOTE_DESC="You can add any CSS class for your own styling ideas.Add a border on top with class boxed.
For image position use for example image-left, image-right. Add image-alternate for alternative ordering of intro-images." +JGLOBAL_BLOG_CLASS_NOTE_DESC="You can add any CSS class for your own styling ideas.
Add a border on top with class boxed.
For image position use for example image-left, image-right. Add image-alternate for alternate ordering of intro images." JGLOBAL_BLOG_DOWN_OPTION="Down" JGLOBAL_BLOG_LAYOUT_OPTIONS="Blog Layout" JGLOBAL_CATEGORIES_OPTIONS="Categories" ```