diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index b9e2e2608..ba8829bbf 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -20,6 +20,7 @@ - fixed #9237: Payment Gateways all display "cash" - fixed #8816: PayDriver "Label" of the instance of the driver should be used instead of the generic name - fixed #4220: testEnvironment.pl unable to find WebGUI modules... + - fixed #9279: "Read more" text in Syndicated Articles is not a label 7.6.5 - security: A problem was discovered and fixed in which users could email executable attachments to a collaboration system and then when viewed online, could execute them. diff --git a/docs/upgrades/packages-7.6.6/syndicated_articles.wgpkg b/docs/upgrades/packages-7.6.6/syndicated_articles.wgpkg new file mode 100644 index 000000000..82d6147bf Binary files /dev/null and b/docs/upgrades/packages-7.6.6/syndicated_articles.wgpkg differ diff --git a/lib/WebGUI/i18n/English/WebGUI.pm b/lib/WebGUI/i18n/English/WebGUI.pm index 5bc022609..affd7e2d4 100644 --- a/lib/WebGUI/i18n/English/WebGUI.pm +++ b/lib/WebGUI/i18n/English/WebGUI.pm @@ -4326,6 +4326,12 @@ Users may override this setting in their profile. context => q{i18n label for time duration in WebGUI::DateTime}, }, + 'read more' => { + message => q|Read More|, + lastUpdated => 1229013268, + context => q|Template label. Used to indicate that a shortened version of the content is currently displayed and that more can be read by clicking a link.| + }, + }; 1;