summaryrefslogtreecommitdiff
path: root/blocks.js
diff options
context:
space:
mode:
Diffstat (limited to 'blocks.js')
-rw-r--r--blocks.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/blocks.js b/blocks.js
index 036161d..4e85416 100644
--- a/blocks.js
+++ b/blocks.js
@@ -4776,7 +4776,11 @@ ScriptsMorph.prototype.userMenu = function () {
menu.addItem('clean up', 'cleanUp', 'arrange scripts\nvertically');
menu.addItem('add comment', 'addComment');
if (this.lastDroppedBlock) {
- menu.addItem('undrop', 'undrop');
+ menu.addItem(
+ 'undrop',
+ 'undrop',
+ 'undo the last\nblock drop\nin this pane'
+ );
}
menu.addItem(
'scripts pic...',