forward port syndicated articles i18n template fix

This commit is contained in:
Colin Kuskie 2008-12-11 16:37:21 +00:00
parent b9edc2592d
commit b42d3a80de
3 changed files with 7 additions and 0 deletions

View file

@ -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.

Binary file not shown.

View file

@ -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;