Fix broken i18n for the progress bar in deleting assets.

This commit is contained in:
Colin Kuskie 2009-08-23 23:51:13 +00:00
parent 5c2e596139
commit 327efb2f1b
2 changed files with 9 additions and 3 deletions

View file

@ -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;
}
}