Commit 7e13229b authored by Susan Rati Lane's avatar Susan Rati Lane Committed by Evan W. Patton

Fix HELPURL for Control Do-Return block

Old HELPURL was to the Do-Return procedure.
parent c1f71e91
...@@ -478,7 +478,7 @@ Blockly.Blocks['controls_choose'] = { ...@@ -478,7 +478,7 @@ Blockly.Blocks['controls_choose'] = {
Blockly.Blocks['controls_do_then_return'] = { Blockly.Blocks['controls_do_then_return'] = {
// String length. // String length.
category: 'Control', category: 'Control',
helpUrl: Blockly.Msg.LANG_PROCEDURES_DOTHENRETURN_HELPURL, helpUrl: Blockly.Msg.LANG_CONTROLS_DO_THEN_RETURN_HELPURL,
init: function () { init: function () {
this.setColour(Blockly.CONTROL_CATEGORY_HUE); this.setColour(Blockly.CONTROL_CATEGORY_HUE);
this.appendStatementInput('STM') this.appendStatementInput('STM')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment