From 20967fe768ded689b287b1daa067b77c77438714 Mon Sep 17 00:00:00 2001 From: Kevin Andersen Date: Thu, 21 Mar 2019 13:56:47 -0400 Subject: [PATCH] changed wording of setMotorPower-block to use speed instead of power --- src/extensions/scratch3_boost/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/extensions/scratch3_boost/index.js b/src/extensions/scratch3_boost/index.js index 5d6970bb3..d228427ff 100644 --- a/src/extensions/scratch3_boost/index.js +++ b/src/extensions/scratch3_boost/index.js @@ -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: {