diff --git a/js/block.js b/js/block.js index 0881b69d28..5689471a27 100644 --- a/js/block.js +++ b/js/block.js @@ -3114,6 +3114,9 @@ class Block { ) { if (this.activity.trashcan.isVisible) { this.blocks.sendStackToTrash(this); + this.activity.textMsg( + _("You can restore deleted blocks from the trash with the Restore From Trash button."), 3000 + ); } } else { // Otherwise, process move.