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
|
|
@ -150,7 +150,7 @@ sub purge {
|
|||
if (defined $kid) {
|
||||
unless ($kid->purge) {
|
||||
$self->errorHandler->security("delete one of (".$self->getId.")'s children which is a system protected page");
|
||||
$outputSub->(sprintf $i18n->get('Trying to delete system page %s. Aborting purge'), $self->getTitle);
|
||||
$outputSub->(sprintf $i18n->get('Trying to delete system page %s. Aborting'), $self->getTitle);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue