summaryrefslogtreecommitdiff
path: root/blocks.js
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2013-08-02 12:32:34 +0200
committerjmoenig <jens@moenig.org>2013-08-02 12:32:34 +0200
commitc01a236f958fd420ae38e7b030071d53a4b67cfb (patch)
tree914c6b5e5f82f7c5534f0c750145831a0c04106d /blocks.js
parentf9c8fb04e0ded8e0a650b768ef87f7904c51233e (diff)
downloadsnap-byow-c01a236f958fd420ae38e7b030071d53a4b67cfb.tar.gz
snap-byow-c01a236f958fd420ae38e7b030071d53a4b67cfb.zip
German translation update
(for Undrop feature)
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...',