From 1fc14a0cd3d8afe93f1e60cd50257a92539c2baa Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 27 Feb 2009 21:03:28 +0000 Subject: [PATCH] Add a missing i18n tag for assetName. --- lib/WebGUI/i18n/English/Asset_Story.pm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/WebGUI/i18n/English/Asset_Story.pm b/lib/WebGUI/i18n/English/Asset_Story.pm index 963774382..e204141ea 100644 --- a/lib/WebGUI/i18n/English/Asset_Story.pm +++ b/lib/WebGUI/i18n/English/Asset_Story.pm @@ -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.|,