mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-11 10:39:56 -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({
|
text: formatMessage({
|
||||||
id: 'wedo2.tiltDirection.any',
|
id: 'wedo2.tiltDirection.any',
|
||||||
default: '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
|
value: WeDo2TiltDirection.ANY
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue