File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
plugins/block-test/src/connections Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import * as Blockly from 'blockly/core';
1515Blockly . defineBlocksWithJsonArray ( [
1616 {
1717 type : 'test_connections_statement_blue' ,
18- message0 : '%1' ,
18+ message0 : 'Blue %1' ,
1919 args0 : [
2020 {
2121 type : 'input_statement' ,
@@ -35,7 +35,7 @@ Blockly.defineBlocksWithJsonArray([
3535 } ,
3636 {
3737 type : 'test_connections_statement_yellow' ,
38- message0 : '%1' ,
38+ message0 : 'Yellow %1' ,
3939 args0 : [
4040 {
4141 type : 'input_statement' ,
@@ -59,7 +59,7 @@ Blockly.defineBlocksWithJsonArray([
5959 } ,
6060 {
6161 type : 'test_connections_statement_red' ,
62- message0 : '%1' ,
62+ message0 : 'Red %1' ,
6363 args0 : [
6464 {
6565 type : 'input_statement' ,
@@ -79,7 +79,7 @@ Blockly.defineBlocksWithJsonArray([
7979 } ,
8080 {
8181 type : 'test_connections_statement_nonext' ,
82- message0 : '%1' ,
82+ message0 : 'None %1' ,
8383 args0 : [
8484 {
8585 type : 'input_statement' ,
You can’t perform that action at this time.
0 commit comments