From 6c4d146e1093452fc4e5cbd093c0946e9a10127d Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 17 Sep 2009 15:54:40 -0700 Subject: [PATCH] Add missing datestamps to RssFeed i18n file. --- lib/WebGUI/i18n/English/AssetAspect_RssFeed.pm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/WebGUI/i18n/English/AssetAspect_RssFeed.pm b/lib/WebGUI/i18n/English/AssetAspect_RssFeed.pm index 6298800f7..6c726dca5 100644 --- a/lib/WebGUI/i18n/English/AssetAspect_RssFeed.pm +++ b/lib/WebGUI/i18n/English/AssetAspect_RssFeed.pm @@ -95,18 +95,27 @@ our $I18N = { 'feedHeaderLinks' => { message => q|HTML Header Feed Links|, + lastUpdated => 1236820473, }, + 'feedHeaderLinks hoverHelp' => { message => q|Select which feed types to include in the HTML headers, which many browsers will offer as options to users.|, + lastUpdated => 1236820473, }, + 'rssLinkOption' => { message => q|RSS 2.0|, + lastUpdated => 1236820473, }, + 'atomLinkOption' => { message => 'Atom', + lastUpdated => 1236820473, }, + 'rdfLinkOption' => { message => 'RDF/RSS 1.0', + lastUpdated => 1236820473, }, };