Skip to content

Commit 34d4eeb

Browse files
authored
[4.1] Read More with Title (#37594)
Its a subtle change but a correct one as the "read more" is the primary and "title" the secondary function of the option It also means that all three read more options are structured similarly grammatically
1 parent 1ee6427 commit 34d4eeb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

administrator/language/en-GB/joomla.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ JGLOBAL_SHOW_READMORE_LABEL=""Read More" Link"
644644
JGLOBAL_SHOW_READMORE_LIMIT_DESC="Set a limit of number of characters in Article Title to show in Read More button."
645645
JGLOBAL_SHOW_READMORE_LIMIT_LABEL="Read More Limit (characters)"
646646
JGLOBAL_SHOW_READMORE_TITLE_DESC="If set to show the title of the Article will be shown on the Read More button."
647-
JGLOBAL_SHOW_READMORE_TITLE_LABEL="Title with Read More"
647+
JGLOBAL_SHOW_READMORE_TITLE_LABEL="Read More with Title"
648648
JGLOBAL_SHOW_SUBCATEGORIES_DESCRIPTION_DESC="Show or hide the subcategories descriptions."
649649
JGLOBAL_SHOW_SUBCATEGORIES_DESCRIPTION_LABEL="Subcategories Descriptions"
650650
JGLOBAL_SHOW_SUBCATEGORY_CONTENT_DESC="If None, only articles from this category will show. If a number, all articles from the category and the subcategories up to and including that level will show in the blog."

api/language/en-GB/joomla.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ JGLOBAL_SHOW_READMORE_LABEL=""Read More" Link"
639639
JGLOBAL_SHOW_READMORE_LIMIT_DESC="Set a limit of number of characters in Article Title to show in Read More button."
640640
JGLOBAL_SHOW_READMORE_LIMIT_LABEL="Read More Limit (characters)"
641641
JGLOBAL_SHOW_READMORE_TITLE_DESC="If set to show the title of the Article will be shown on the Read More button."
642-
JGLOBAL_SHOW_READMORE_TITLE_LABEL="Title with Read More"
642+
JGLOBAL_SHOW_READMORE_TITLE_LABEL="Read More with Title"
643643
JGLOBAL_SHOW_SUBCATEGORIES_DESCRIPTION_DESC="Show or hide the subcategories descriptions."
644644
JGLOBAL_SHOW_SUBCATEGORIES_DESCRIPTION_LABEL="Subcategories Descriptions"
645645
JGLOBAL_SHOW_SUBCATEGORY_CONTENT_DESC="If None, only articles from this category will show. If a number, all articles from the category and the subcategories up to and including that level will show in the blog."

0 commit comments

Comments
 (0)