mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
Fixing locale string.
This commit is contained in:
parent
d83bf20803
commit
4534649367
1 changed files with 1 additions and 1 deletions
|
@ -1219,7 +1219,7 @@ class Scratch3WeDo2Blocks {
|
|||
text: formatMessage({
|
||||
id: 'wedo2.tiltDirection.any',
|
||||
default: 'any',
|
||||
description: 'label for any element in tilt direction any menu for LEGO WeDo 2 extension'
|
||||
description: 'label for any element in tilt direction menu for LEGO WeDo 2 extension'
|
||||
}),
|
||||
value: WeDo2TiltDirection.ANY
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue