summaryrefslogtreecommitdiff
path: root/objects.js
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2014-01-08 17:51:34 +0100
committerjmoenig <jens@moenig.org>2014-01-08 17:51:34 +0100
commit1e959b8891df838b18c3bae40ba941c5f74df5cb (patch)
tree486a78a5e9d49f6572fbf6babba04f88560eb6bd /objects.js
parent1da3ae32aaf3eb45564c04d6e0a2d0067829fe7c (diff)
downloadsnap-1e959b8891df838b18c3bae40ba941c5f74df5cb.tar.gz
snap-1e959b8891df838b18c3bae40ba941c5f74df5cb.zip
fixed StopOthers blocks and added another option
also updated the German translation
Diffstat (limited to 'objects.js')
-rw-r--r--objects.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/objects.js b/objects.js
index fa9be12..9f892d4 100644
--- a/objects.js
+++ b/objects.js
@@ -594,7 +594,7 @@ SpriteMorph.prototype.initBlocks = function () {
doStopOthers: {
type: 'command',
category: 'control',
- spec: 'stop other scripts in sprite'
+ spec: 'stop %stopOthersChoices'
},
doRun: {
type: 'command',
@@ -4361,6 +4361,7 @@ StageMorph.prototype.blockTemplates = function (category) {
blocks.push(block('doStopBlock'));
blocks.push(block('doStop'));
blocks.push(block('doStopAll'));
+ blocks.push(block('doStopOthers'));
blocks.push('-');
blocks.push(block('doRun'));
blocks.push(block('fork'));