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