mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-06-29 15:50:22 -04:00
Merge pull request #1657 from apple502j/patch-4
Remove "Don't translate Google"
This commit is contained in:
commit
222efe2b78
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…
Add table
Add a link
Reference in a new issue