File tree 1 file changed +1
-1
lines changed
src/main/webapp/cdn/blockly/language/en
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -416,7 +416,7 @@ Blockly.MSG_S3_CONTROLS_IF_TOOLTIP = "if...do: when condition attached is true.
416
416
Blockly . MSG_S3_SCRIBBLER_WAIT_TOOLTIP = "wait: waits a set amount of time before moving on the to the next block" ;
417
417
Blockly . MSG_S3_SPIN_COMMENT_TOOLTIP = "note: use to add a note to your program. Does not affect the program." ;
418
418
Blockly . MSG_S3_PROCEDURES_DEFNORETURN_TOOLTIP = "define function: group blocks to re-use ending with return; name group." ;
419
- Blockly . MSG_S3_PROCEDURES_CALLNORETURN_TOOLTIP = "return: Required at the end of code enclosed in a “define function” block." ;
419
+ Blockly . MSG_S3_PROCEDURES_CALLNORETURN_TOOLTIP = "return: use in a “define function” block to go back to the main code ." ;
420
420
Blockly . MSG_S3_VARIABLES_SET_TOOLTIP = "set variable: name and attach initial value block." ;
421
421
Blockly . MSG_S3_VARIABLES_GET_TOOLTIP = "use variable: choose set variables from dropdown." ;
422
422
Blockly . MSG_S3_SPIN_INTEGER_TOOLTIP = "number value: positive or negative; truncates to integers." ;
You can’t perform that action at this time.
0 commit comments