mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
Fix typo
This commit is contained in:
parent
1995753e94
commit
d5705f6eae
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ class Scratch3MusicBlocks {
|
||||||
name: formatMessage({
|
name: formatMessage({
|
||||||
id: 'music.drumClaves',
|
id: 'music.drumClaves',
|
||||||
default: '(9) Claves',
|
default: '(9) Claves',
|
||||||
description: 'Sound of a claves being struck together'
|
description: 'Sound of claves being struck together'
|
||||||
}),
|
}),
|
||||||
fileName: '9-claves'
|
fileName: '9-claves'
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue