Commit 5f113ef8 authored by Conor Shipp's avatar Conor Shipp Committed by Evan W. Patton

Fix HELPURL for radix number block

parent 8375942b
......@@ -50,7 +50,7 @@ Blockly.Blocks.math_number.validator = function (text) {
Blockly.Blocks['math_number_radix'] = {
category:'Math',
helpUrl: Blockly.Msg.LANG_MATH_NUMBER_RADIX_TOOLTIP,
helpUrl: Blockly.Msg.LANG_MATH_NUMBER_RADIX_HELPURL,
init: function() {
this.dropdown = new Blockly.FieldDropdown([
......
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