@@ -23,7 +23,7 @@ Blockly.Blocks['rfid_new'] = {
2323 this . setOutput ( true ) ;
2424 this . setColour ( 230 ) ;
2525 this . setTooltip ( '' ) ;
26- this . setHelpUrl ( mainUrl + 'basic/sensor/rfid.html' + utmUrl ) ;
26+ this . setHelpUrl ( Blockly . Msg . WEBDUINO_RFID_URL_NEW ) ;
2727 }
2828} ;
2929
@@ -38,7 +38,7 @@ Blockly.Blocks['rfid_enter'] = {
3838 this . setNextStatement ( true ) ;
3939 this . setColour ( 65 ) ;
4040 this . setTooltip ( '' ) ;
41- this . setHelpUrl ( mainUrl + 'basic/sensor/rfid.html' + utmUrl ) ;
41+ this . setHelpUrl ( Blockly . Msg . WEBDUINO_RFID_URL_ENTER ) ;
4242 }
4343} ;
4444
@@ -50,7 +50,7 @@ Blockly.Blocks['rfid_uid'] = {
5050 this . setOutput ( true ) ;
5151 this . setTooltip ( '' ) ;
5252 this . setColour ( 35 ) ;
53- this . setHelpUrl ( mainUrl + 'basic/sensor/rfid.html' + utmUrl ) ;
53+ this . setHelpUrl ( Blockly . Msg . WEBDUINO_RFID_URL_UID ) ;
5454 }
5555} ;
5656
@@ -66,7 +66,7 @@ Blockly.Blocks['rfid_if'] = {
6666 this . setNextStatement ( true ) ;
6767 this . setTooltip ( '' ) ;
6868 this . setColour ( 35 ) ;
69- this . setHelpUrl ( mainUrl + 'basic/sensor/rfid.html' + utmUrl ) ;
69+ this . setHelpUrl ( Blockly . Msg . WEBDUINO_RFID_URL_IF ) ;
7070 }
7171} ;
7272
@@ -82,7 +82,7 @@ Blockly.Blocks['rfid_leave'] = {
8282 this . setNextStatement ( true ) ;
8383 this . setTooltip ( '' ) ;
8484 this . setColour ( 65 ) ;
85- this . setHelpUrl ( mainUrl + 'basic/sensor/rfid.html' + utmUrl ) ;
85+ this . setHelpUrl ( Blockly . Msg . WEBDUINO_RFID_URL_LEAVE ) ;
8686 }
8787} ;
8888
@@ -95,6 +95,6 @@ Blockly.Blocks['rfid_stopread'] = {
9595 this . setNextStatement ( true ) ;
9696 this . setColour ( 65 ) ;
9797 this . setTooltip ( '' ) ;
98- this . setHelpUrl ( mainUrl + 'basic/sensor/rfid.html' + utmUrl ) ;
98+ this . setHelpUrl ( Blockly . Msg . WEBDUINO_RFID_URL_STOPREAD ) ;
9999 }
100100} ;
0 commit comments