mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 15:02:52 -05:00
Remove "Don't translate Google"
This commit is contained in:
parent
6ce061d55d
commit
afd9549708
1 changed files with 1 additions and 1 deletions
|
@ -614,7 +614,7 @@ class Scratch3Speech2TextBlocks {
|
||||||
name: formatMessage({
|
name: formatMessage({
|
||||||
id: 'speech.extensionName',
|
id: 'speech.extensionName',
|
||||||
default: 'Speech to Text',
|
default: 'Speech to Text',
|
||||||
description: 'Name of extension that adds speech recognition blocks. Do Not translate Google.'
|
description: 'Name of extension that adds speech recognition blocks.'
|
||||||
}),
|
}),
|
||||||
menuIconURI: menuIconURI,
|
menuIconURI: menuIconURI,
|
||||||
blockIconURI: iconURI,
|
blockIconURI: iconURI,
|
||||||
|
|
Loading…
Reference in a new issue