mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-03-13 22:50:01 -04:00
Fix costume string description (#422)
This commit is contained in:
parent
aef0a03b77
commit
10d35d066c
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ const BufferedInput = BufferedInputHOC(Input);
|
|||
const messages = defineMessages({
|
||||
costume: {
|
||||
id: 'paint.paintEditor.costume',
|
||||
description: 'Label for the name of a sound',
|
||||
description: 'Label for the name of a costume',
|
||||
defaultMessage: 'Costume'
|
||||
},
|
||||
group: {
|
||||
|
|
Loading…
Reference in a new issue