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