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

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