Rename “spin speed” to “spin”

This commit is contained in:
Eric Rosenbaum 2019-02-05 17:22:17 -05:00
parent 78c72f4185
commit 48e01fe1a3

View file

@ -647,7 +647,7 @@ class Scratch3GdxForBlocks {
opcode: 'getSpinSpeed',
text: formatMessage({
id: 'gdxfor.getSpinSpeed',
default: 'spin speed [DIRECTION]',
default: 'spin [DIRECTION]',
description: 'gets spin speed'
}),
blockType: BlockType.REPORTER,