We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d681cc + 7a859a3 commit 04fa482Copy full SHA for 04fa482
blockly/blocks/arduino/io.js
@@ -90,7 +90,7 @@ Blockly.Blocks['io_builtin_led'] = {
90
.appendField(Blockly.Msg.ARD_BUILTIN_LED)
91
.appendField(new Blockly.FieldDropdown(
92
Blockly.Arduino.Boards.selected.builtinLed), 'BUILT_IN_LED')
93
- .appendField('to')
+ .appendField(Blockly.Msg.ARD_WRITE_TO)
94
.setCheck(Blockly.Types.BOOLEAN.checkList);
95
this.setInputsInline(false);
96
this.setPreviousStatement(true, null);
0 commit comments