Add a missing i18n tag for assetName.

This commit is contained in:
Colin Kuskie 2009-02-27 21:03:28 +00:00
parent daf6c7bd92
commit 1fc14a0cd3

View file

@ -3,6 +3,12 @@ use strict;
our $I18N = {
'assetName' => {
message => q|Story|,
context => q|Story, as in news story.|,
lastUpdated => 0
},
'headline' => {
message => q|Headline|,
context => q|Usually the title of a story. Label in the edit screen and template.|,