From 3e2a1ec9e187fbe678c4fb20c0ae62e76cfb1a33 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Tue, 12 Dec 2017 11:23:29 -0800 Subject: [PATCH] missing strings files --- libs/core/_locales/core-jsdoc-strings.json | 1 - libs/core/_locales/core-strings.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/libs/core/_locales/core-jsdoc-strings.json b/libs/core/_locales/core-jsdoc-strings.json index e546c150..3b1aa9e7 100644 --- a/libs/core/_locales/core-jsdoc-strings.json +++ b/libs/core/_locales/core-jsdoc-strings.json @@ -54,7 +54,6 @@ "motors.Motor.count": "Gets motor step count.", "motors.Motor.move": "Moves the motor by a number of degrees", "motors.Motor.move|param|angle": "the degrees to rotate, eg: 360", - "motors.Motor.move|param|power": "the power from ``100`` full forward to ``-100`` full backward, eg: 50", "motors.Motor.reset": "Resets the motor.", "motors.Motor.setBrake": "Sets the automatic brake on or off when the motor is off", "motors.Motor.setBrake|param|brake": "a value indicating if the motor should break when off", diff --git a/libs/core/_locales/core-strings.json b/libs/core/_locales/core-strings.json index 76ee79a4..132ddeca 100644 --- a/libs/core/_locales/core-strings.json +++ b/libs/core/_locales/core-strings.json @@ -36,7 +36,7 @@ "control.raiseEvent|block": "raise event|from %src|with value %value", "control|block": "control", "motors.Motor.count|block": "`icons.motorLarge` %motor|count", - "motors.Motor.move|block": "move `icons.motorLarge` %motor|by %angle|degrees at %power|%", + "motors.Motor.move|block": "move `icons.motorLarge` %motor|by %angle|degrees at %speed|%", "motors.Motor.setBrake|block": "set `icons.motorLarge` %motor|brake %brake", "motors.Motor.setReversed|block": "set `icons.motorLarge` %motor|reversed %reversed", "motors.Motor.setSpeed|block": "set speed `icons.motorLarge` %motor|to %speed|%",