We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f9127e commit 54428e8Copy full SHA for 54428e8
blocks_vertical/control.js
@@ -517,22 +517,8 @@ Blockly.Blocks['control_all_at_once'] = {
517
*/
518
init: function() {
519
this.jsonInit({
520
- "message0": Blockly.Msg.CONTROL_FOREACHINRANGE,
+ "message0": Blockly.Msg.CONTROL_ALLATONCE,
521
"message1": "%1", // Statement
522
- "args0": [
523
- {
524
- "type": "input_value",
525
- "name": "ITEM"
526
- },
527
528
529
- "name": "FROM"
530
531
532
533
- "name": "TO"
534
- }
535
- ],
536
"args1": [
537
{
538
"type": "input_statement",
0 commit comments