Add missing edit story and delete story icons in the view method of the Story Archive.

This commit is contained in:
Colin Kuskie 2009-06-01 16:27:49 +00:00
parent 76b9f01e77
commit 6844ef4559
5 changed files with 32 additions and 3 deletions

View file

@ -213,6 +213,18 @@ our $I18N = {
lastUpdated => 0,
},
'deleteIcon' => {
message => q|An icon to delete this story.|,
context => q|Template variable.|,
lastUpdated => 0,
},
'editIcon' => {
message => q|An icon to edit this story.|,
context => q|Template variable.|,
lastUpdated => 0,
},
'add a story' => {
message => q|Add a Story.|,
context => q|label for the URL to add a story to the archive.|,