mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
Fix typo and add clarification to translation note
This commit is contained in:
parent
d5705f6eae
commit
3eefddcde2
1 changed files with 3 additions and 2 deletions
|
@ -354,7 +354,8 @@ class Scratch3VideoSensingBlocks {
|
|||
name: formatMessage({
|
||||
id: 'videoSensing.onFlipped',
|
||||
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
|
||||
}
|
||||
|
@ -416,7 +417,7 @@ class Scratch3VideoSensingBlocks {
|
|||
text: formatMessage({
|
||||
id: 'videoSensing.videoToggle',
|
||||
default: 'turn video [VIDEO_STATE]',
|
||||
description: 'Controls dispay of the video preview layer'
|
||||
description: 'Controls display of the video preview layer'
|
||||
}),
|
||||
arguments: {
|
||||
VIDEO_STATE: {
|
||||
|
|
Loading…
Reference in a new issue