changed wording of setMotorPower-block to use speed instead of power

This commit is contained in:
Kevin Andersen 2019-03-21 13:56:47 -04:00
parent 02d047cfbd
commit 20967fe768

View file

@ -1221,8 +1221,8 @@ class Scratch3BoostBlocks {
opcode: 'setMotorPower',
text: formatMessage({
id: 'boost.setMotorPower',
default: 'set motor [MOTOR_ID] power to [POWER] %',
description: 'set the motor\'s power without turning it on'
default: 'set motor [MOTOR_ID] speed to [POWER] %',
description: 'set the motor\'s speed without turning it on'
}),
blockType: BlockType.COMMAND,
arguments: {