Fix costume string description (#422)

This commit is contained in:
DD Liu 2018-05-03 10:53:43 -04:00 committed by GitHub
parent aef0a03b77
commit 10d35d066c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: {