Add missing edit story and delete story icons in the view method of the Story Archive.
This commit is contained in:
parent
76b9f01e77
commit
6844ef4559
5 changed files with 32 additions and 3 deletions
|
|
@ -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.|,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue