Skip to content

Commit

Permalink
text: rename blocks for consistency (#989)
Browse files Browse the repository at this point in the history
  • Loading branch information
fernyrepos authored Aug 30, 2023
1 parent f708efa commit 0eaf9a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/text.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
{
opcode: "unicodeof",
blockType: Scratch.BlockType.REPORTER,
text: "Unicode of [STRING]",
text: "unicode of [STRING]",
arguments: {
STRING: {
type: Scratch.ArgumentType.STRING,
Expand All @@ -174,7 +174,7 @@
{
opcode: "unicodefrom",
blockType: Scratch.BlockType.REPORTER,
text: "Unicode [NUM] as letter",
text: "unicode [NUM] as letter",
arguments: {
NUM: {
type: Scratch.ArgumentType.NUMBER,
Expand Down

0 comments on commit 0eaf9a2

Please sign in to comment.