Fix i18n typos in the StoryArchive.
This commit is contained in:
parent
26e366e17c
commit
d4b275ef97
2 changed files with 5 additions and 4 deletions
|
|
@ -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' => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue