mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
Change ‘viewer language’ reporter to ‘language’
This commit is contained in:
parent
e156b0536c
commit
0cc219fa0a
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ class Scratch3TranslateBlocks {
|
||||||
opcode: 'getViewerLanguage',
|
opcode: 'getViewerLanguage',
|
||||||
text: formatMessage({
|
text: formatMessage({
|
||||||
id: 'translate.viewerLanguage',
|
id: 'translate.viewerLanguage',
|
||||||
default: 'viewer language',
|
default: 'language',
|
||||||
description: 'the languge of the project viewer'
|
description: 'the languge of the project viewer'
|
||||||
}),
|
}),
|
||||||
blockType: BlockType.REPORTER,
|
blockType: BlockType.REPORTER,
|
||||||
|
|
Loading…
Reference in a new issue