mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-08 03:54: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',
|
||||
text: formatMessage({
|
||||
id: 'translate.viewerLanguage',
|
||||
default: 'viewer language',
|
||||
default: 'language',
|
||||
description: 'the languge of the project viewer'
|
||||
}),
|
||||
blockType: BlockType.REPORTER,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue