Fix i18n typos in the StoryArchive.

This commit is contained in:
Colin Kuskie 2009-07-08 15:40:08 +00:00
parent 26e366e17c
commit d4b275ef97
2 changed files with 5 additions and 4 deletions

View file

@ -11,6 +11,7 @@
- fixed #10610: editing a page and editing goes away - fixed #10610: editing a page and editing goes away
- fixed #10518: ThingyRecord edit page - Fields to Edit not filled in - fixed #10518: ThingyRecord edit page - Fields to Edit not filled in
- fixed #10603: ThingyRecord Thank You/Confirmation Screen Confusing - fixed #10603: ThingyRecord Thank You/Confirmation Screen Confusing
- fixed #10615: i18n Asset_StoryArchive - deleteIcon
7.7.13 7.7.13
- fixed #10574: Creating Calendar Entry - fixed #10574: Creating Calendar Entry

View file

@ -214,15 +214,15 @@ our $I18N = {
}, },
'deleteIcon' => { '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.|, context => q|Template variable.|,
lastUpdated => 0, lastUpdated => 1247068423,
}, },
'editIcon' => { '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.|, context => q|Template variable.|,
lastUpdated => 0, lastUpdated => 1247068422,
}, },
'add a story' => { 'add a story' => {