diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 74c0d2282..5b426b0cd 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -11,6 +11,7 @@ - fixed #10610: editing a page and editing goes away - fixed #10518: ThingyRecord edit page - Fields to Edit not filled in - fixed #10603: ThingyRecord Thank You/Confirmation Screen Confusing + - fixed #10615: i18n Asset_StoryArchive - deleteIcon 7.7.13 - fixed #10574: Creating Calendar Entry diff --git a/lib/WebGUI/i18n/English/Asset_StoryArchive.pm b/lib/WebGUI/i18n/English/Asset_StoryArchive.pm index 0f37fd74f..d50bf868e 100644 --- a/lib/WebGUI/i18n/English/Asset_StoryArchive.pm +++ b/lib/WebGUI/i18n/English/Asset_StoryArchive.pm @@ -214,15 +214,15 @@ our $I18N = { }, 'deleteIcon' => { - message => q|An icon to delete this story. If the user is not allowed to delete the icon, or their UI level is set too low, this variable will be empty.|, + message => q|An icon to delete this story. If the user is not allowed to delete the story, or their UI level is set too low, this variable will be empty.|, context => q|Template variable.|, - lastUpdated => 0, + lastUpdated => 1247068423, }, 'editIcon' => { - message => q|An icon to edit this story. If the user is not allowed to edit the icon, or their UI level is set too low, this variable will be empty.|, + message => q|An icon to edit this story. If the user is not allowed to edit the story, or their UI level is set too low, this variable will be empty.|, context => q|Template variable.|, - lastUpdated => 0, + lastUpdated => 1247068422, }, 'add a story' => {