diff --git a/lib/WebGUI/AssetTrash.pm b/lib/WebGUI/AssetTrash.pm
index 18cbd6a4d..7dc458b1c 100644
--- a/lib/WebGUI/AssetTrash.pm
+++ b/lib/WebGUI/AssetTrash.pm
@@ -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;
}
}
diff --git a/lib/WebGUI/i18n/English/Asset.pm b/lib/WebGUI/i18n/English/Asset.pm
index 50a527285..1ddb45db8 100644
--- a/lib/WebGUI/i18n/English/Asset.pm
+++ b/lib/WebGUI/i18n/English/Asset.pm
@@ -1318,12 +1318,12 @@ Couldn't open %-s because %-s
'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
context => q{},
},
+ 'Delete Assets' => {
+ message => q{Delete Assets},
+ lastUpdated => 0,
+ context => q{},
+ },
+
};
1;