mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-11 10:39:56 -05:00
fix name of sounds menu
This commit is contained in:
parent
f90807e8a4
commit
f0e01d3e87
1 changed files with 2 additions and 2 deletions
|
@ -382,7 +382,7 @@ var specMap = {
|
|||
argMap: [
|
||||
{
|
||||
type: 'input',
|
||||
inputOp: 'sound_sounds_option',
|
||||
inputOp: 'sound_sounds_menu',
|
||||
inputName: 'SOUND_MENU'
|
||||
}
|
||||
]
|
||||
|
@ -392,7 +392,7 @@ var specMap = {
|
|||
argMap: [
|
||||
{
|
||||
type: 'input',
|
||||
inputOp: 'sound_sounds_option',
|
||||
inputOp: 'sound_sounds_menu',
|
||||
inputName: 'SOUND_MENU'
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue