@@ -41,7 +41,7 @@ export function customTokens(t: (key: string) => string): typeof Blockly.Msg {
4141 EVENTS : t ( 'BLOCKLY.EVENTS' ) ,
4242 EVALUATE_BUT_IGNORE_RESULT : t ( 'BLOCKLY.EVALUATE_BUT_IGNORE_RESULT' ) ,
4343 EVALUATE_BUT_IGNORE_RESULT_TOOLTIP :
44- t ( 'BLOCKLY.EVALUATE_BUT_IGNORE_RESULT_TOOLTIP ' ) ,
44+ t ( 'BLOCKLY.TOOLTIP.EVALUATE_BUT_IGNORE_RESULT ' ) ,
4545 AUTO : t ( 'BLOCKLY.AUTO' ) ,
4646 TELEOP : t ( 'BLOCKLY.TELEOP' ) ,
4747 TEST : t ( 'BLOCKLY.TEST' ) ,
@@ -50,10 +50,10 @@ export function customTokens(t: (key: string) => string): typeof Blockly.Msg {
5050 DISPLAY_NAME : t ( 'BLOCKLY.DISPLAY_NAME' ) ,
5151 DISPLAY_GROUP : t ( 'BLOCKLY.DISPLAY_GROUP' ) ,
5252 NO_MECHANISM_CONTENTS : t ( 'BLOCKLY.NO_MECHANISM_CONTENTS' ) ,
53- OPMODE_TYPE_TOOLTIP : t ( 'BLOCKLY.TOOLTIP.OPMODE_TYPE_TOOLTIP ' ) ,
54- OPMODE_ENABLED_TOOLTIP : t ( 'BLOCKLY.TOOLTIP.OPMODE_ENABLED_TOOLTIP ' ) ,
55- OPMODE_NAME_TOOLTIP : t ( 'BLOCKLY.TOOLTIP.OPMODE_NAME_TOOLTIP ' ) ,
56- OPMODE_GROUP_TOOLTIP : t ( 'BLOCKLY.TOOLTIP.OPMODE_GROUP_TOOLTIP ' ) ,
53+ OPMODE_TYPE_TOOLTIP : t ( 'BLOCKLY.TOOLTIP.OPMODE_TYPE ' ) ,
54+ OPMODE_ENABLED_TOOLTIP : t ( 'BLOCKLY.TOOLTIP.OPMODE_ENABLED ' ) ,
55+ OPMODE_NAME_TOOLTIP : t ( 'BLOCKLY.TOOLTIP.OPMODE_NAME ' ) ,
56+ OPMODE_GROUP_TOOLTIP : t ( 'BLOCKLY.TOOLTIP.OPMODE_GROUP ' ) ,
5757 MRC_CATEGORY_HARDWARE : t ( 'BLOCKLY.CATEGORY.HARDWARE' ) ,
5858 MRC_CATEGORY_ROBOT : t ( 'BLOCKLY.CATEGORY.ROBOT' ) ,
5959 MRC_CATEGORY_COMPONENTS : t ( 'BLOCKLY.CATEGORY.COMPONENTS' ) ,
0 commit comments