mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
Merge pull request #1368 from thisandagain/bugfix/videosensing
Change 'video motion' to 'video sensing'. See LLK/scratch-gui#2621
This commit is contained in:
commit
51a86d7d9b
1 changed files with 2 additions and 2 deletions
|
@ -374,8 +374,8 @@ class Scratch3VideoSensingBlocks {
|
|||
id: 'videoSensing',
|
||||
name: formatMessage({
|
||||
id: 'videoSensing.categoryName',
|
||||
default: 'Video Motion',
|
||||
description: 'Label for the video motion extension category'
|
||||
default: 'Video Sensing',
|
||||
description: 'Label for the video sensing extension category'
|
||||
}),
|
||||
blocks: [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue