diff --git a/lib/WebGUI/Help/Asset_StoryTopic.pm b/lib/WebGUI/Help/Asset_StoryTopic.pm index c34ef174c..81e8edbde 100644 --- a/lib/WebGUI/Help/Asset_StoryTopic.pm +++ b/lib/WebGUI/Help/Asset_StoryTopic.pm @@ -46,7 +46,12 @@ our $HELP = { { name => 'rssUrl' }, { name => 'atomUrl' }, ], - related => [] + related => [ + { + namespace => 'Asset_Story', + tag => 'view template', + } + ], }, 'storytopic asset template variables' => { diff --git a/lib/WebGUI/i18n/English/Asset_StoryTopic.pm b/lib/WebGUI/i18n/English/Asset_StoryTopic.pm index 31a2f889d..31626a8e1 100644 --- a/lib/WebGUI/i18n/English/Asset_StoryTopic.pm +++ b/lib/WebGUI/i18n/English/Asset_StoryTopic.pm @@ -58,9 +58,9 @@ our $I18N = { }, 'story_loop' => { - message => q|A loop containing the most recent stories for this topic.|, + message => q|A loop containing the most recent stories for this topic. In addition to the listed variables, all the view template variables from Story are available.|, context => q|Template variable.|, - lastUpdated => 0, + lastUpdated => 1294679882, }, 'url' => {