Fix broken i18n for the progress bar in deleting assets.
This commit is contained in:
parent
5c2e596139
commit
327efb2f1b
2 changed files with 9 additions and 3 deletions
|
|
@ -1318,12 +1318,12 @@ Couldn't open %-s because %-s <br />
|
|||
|
||||
'Trying to delete system page %s. Aborting' => {
|
||||
message => q{Trying to delete system page %s. Aborting},
|
||||
lastUpdated => 0,
|
||||
lastUpdated => 1251071942,
|
||||
context => q{},
|
||||
},
|
||||
|
||||
'Undefined child' => {
|
||||
message => q{Trying to delete system page %s. Aborting purge},
|
||||
message => q{Undefined child.},
|
||||
lastUpdated => 0,
|
||||
context => q{},
|
||||
},
|
||||
|
|
@ -1364,6 +1364,12 @@ Couldn't open %-s because %-s <br />
|
|||
context => q{},
|
||||
},
|
||||
|
||||
'Delete Assets' => {
|
||||
message => q{Delete Assets},
|
||||
lastUpdated => 0,
|
||||
context => q{},
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue