From be35eb1f70463bbe9676bc79944d28d615f7a56e Mon Sep 17 00:00:00 2001 From: Valerie Young Date: Tue, 8 Jan 2019 11:15:55 -0500 Subject: [PATCH] remove units --- src/extensions/scratch3_gdx_for/index.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/extensions/scratch3_gdx_for/index.js b/src/extensions/scratch3_gdx_for/index.js index 35fb93b30..8125d432d 100644 --- a/src/extensions/scratch3_gdx_for/index.js +++ b/src/extensions/scratch3_gdx_for/index.js @@ -305,8 +305,8 @@ class Scratch3GdxForBlocks { opcode: 'whenAccelerationCompare', text: formatMessage({ id: 'gdxfor.whenAccelerationCompare', - default: 'when acceleration [DIRECTION] [COMPARE] [VALUE] m/s\u{00B2}', - description: 'when the value measured by the acceleration sensor is compared to some value' + default: 'when acceleration [DIRECTION] [COMPARE] [VALUE]', + description: 'when the meters/second^2 value measured by the acceleration sensor is compared to some value' }), blockType: BlockType.HAT, arguments: { @@ -330,8 +330,8 @@ class Scratch3GdxForBlocks { opcode: 'whenAngularSpeedCompare', text: formatMessage({ id: 'gdxfor.whenAngularSpeedCompare', - default: 'when angular speed [DIRECTION] [COMPARE] [VALUE] rad/s', - description: 'when the value measured by the gyroscope sensor is compared to some value' + default: 'when angular speed [DIRECTION] [COMPARE] [VALUE]', + description: 'when the degrees/second value measured by the gyroscope sensor is compared to some value' }), blockType: BlockType.HAT, arguments: { @@ -355,7 +355,7 @@ class Scratch3GdxForBlocks { opcode: 'whenForceCompare', text: formatMessage({ id: 'gdxfor.whenForceCompare', - default: 'when force [COMPARE] [VALUE] N', + default: 'when force [COMPARE] [VALUE]', description: 'when the value measured by the force sensor is compared to some value' }), blockType: BlockType.HAT,