mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-20 11:13:04 -04:00
Merge pull request #1316 from ericrosenbaum/feature/language-reporter
Change translate extension reporter block text to 'language'
This commit is contained in:
commit
c69a59575d
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…
Add table
Add a link
Reference in a new issue