From a4f93da96821c6f68de5b761400ebf278b8d2c9c Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sun, 6 Sep 2009 16:36:01 -0700 Subject: [PATCH] Forgot to include the i18n for Story Topic template label. --- lib/WebGUI/i18n/English/Asset_StoryTopic.pm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/WebGUI/i18n/English/Asset_StoryTopic.pm b/lib/WebGUI/i18n/English/Asset_StoryTopic.pm index 53b1af74c..31a2f889d 100644 --- a/lib/WebGUI/i18n/English/Asset_StoryTopic.pm +++ b/lib/WebGUI/i18n/English/Asset_StoryTopic.pm @@ -183,6 +183,12 @@ our $I18N = { lastUpdated => 1248191629, }, + 'Read more stories' => { + message => q|Read more stories.|, + context => q|Template label.|, + lastUpdated => 1252202057, + }, + }; 1;