diff --git a/src/components/paint-editor/paint-editor.jsx b/src/components/paint-editor/paint-editor.jsx index 2817e2ab..f3becedb 100644 --- a/src/components/paint-editor/paint-editor.jsx +++ b/src/components/paint-editor/paint-editor.jsx @@ -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: {