i18 label for StoryTopic help.

View methods for StoryTopic, with tests for template variables and amount of data returned.
This commit is contained in:
Colin Kuskie 2009-03-19 04:07:59 +00:00
parent 5ae32f8cb4
commit 49b01b76ec
3 changed files with 183 additions and 8 deletions

View file

@ -281,6 +281,12 @@ our $I18N = {
lastUpdated => 0,
},
'story asset template variables title' => {
message => q|Story Asset Template Variables.|,
context => q|Title of a help page for asset level template variables.|,
lastUpdated => 0,
},
};
1;