Change ‘viewer language’ reporter to ‘language’

This commit is contained in:
Eric Rosenbaum 2018-07-10 15:10:27 -04:00
parent e156b0536c
commit 0cc219fa0a

View file

@ -129,7 +129,7 @@ class Scratch3TranslateBlocks {
opcode: 'getViewerLanguage',
text: formatMessage({
id: 'translate.viewerLanguage',
default: 'viewer language',
default: 'language',
description: 'the languge of the project viewer'
}),
blockType: BlockType.REPORTER,