Skip to content

Commit

Permalink
obviousAlexC/SensingPlus: fix the block names again (#1858)
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin authored Jan 9, 2025
1 parent 5f8b55f commit 8ab35d1
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions extensions/obviousAlexC/SensingPlus.js
Original file line number Diff line number Diff line change
Expand Up @@ -773,11 +773,19 @@
acceptReporters: true,
items: [
{
text: Scratch.translate("positional acceleration"),
text: Scratch.translate({
default: "acceleration",
description:
"Part of a block that tells you how fast the device is accelerating",
}),
value: "positional",
},
{
text: Scratch.translate("rotation rate"),
text: Scratch.translate({
default: "rotation",
description:
"Part of a block that tells you what angle the device is being held at",
}),
value: "rotational",
},
],
Expand Down

0 comments on commit 8ab35d1

Please sign in to comment.