Fix typo and add clarification to translation note

This commit is contained in:
Andrew Sliwinski 2018-05-10 15:25:55 -04:00
parent d5705f6eae
commit 3eefddcde2

View file

@ -354,7 +354,8 @@ class Scratch3VideoSensingBlocks {
name: formatMessage({ name: formatMessage({
id: 'videoSensing.onFlipped', id: 'videoSensing.onFlipped',
default: 'on flipped', default: 'on flipped',
description: 'Option for the "turn video [STATE]" block' description: 'Option for the "turn video [STATE]" block that causes the video to be flipped' +
' horizontally (reversed as in a mirror)'
}), }),
value: VideoState.ON_FLIPPED value: VideoState.ON_FLIPPED
} }
@ -416,7 +417,7 @@ class Scratch3VideoSensingBlocks {
text: formatMessage({ text: formatMessage({
id: 'videoSensing.videoToggle', id: 'videoSensing.videoToggle',
default: 'turn video [VIDEO_STATE]', default: 'turn video [VIDEO_STATE]',
description: 'Controls dispay of the video preview layer' description: 'Controls display of the video preview layer'
}), }),
arguments: { arguments: {
VIDEO_STATE: { VIDEO_STATE: {