diff options
Diffstat (limited to 'blocks.js')
| -rw-r--r-- | blocks.js | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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...', |
