diff --git a/accessible/app.component.js b/accessible/app.component.js index 063a5ea50..5d00ed36b 100644 --- a/accessible/app.component.js +++ b/accessible/app.component.js @@ -49,7 +49,7 @@ blocklyApp.AppView = ng.core - + diff --git a/accessible/messages.js b/accessible/messages.js index d731bc1fe..e9c858910 100644 --- a/accessible/messages.js +++ b/accessible/messages.js @@ -35,8 +35,8 @@ Blockly.Msg.CUT_BLOCK = 'cut block'; Blockly.Msg.COPY_BLOCK = 'copy block'; Blockly.Msg.PASTE_BELOW = 'paste below'; Blockly.Msg.PASTE_ABOVE = 'paste above'; -Blockly.Msg.MARK_SPOT_BELOW = 'mark spot below'; -Blockly.Msg.MARK_SPOT_ABOVE = 'mark spot above'; +Blockly.Msg.MARK_SPOT_BEFORE = 'mark spot before'; +Blockly.Msg.MARK_SPOT_AFTER = 'mark spot after'; Blockly.Msg.MOVE_TO_MARKED_SPOT = 'move to marked spot'; Blockly.Msg.DELETE = 'delete'; Blockly.Msg.MARK_THIS_SPOT = 'mark this spot'; @@ -70,4 +70,4 @@ Blockly.Msg.BLOCK_MOVED_TO_MARKED_SPOT_MSB = 'Block moved to marked spot: '; Blockly.Msg.TOOLBOX_BLOCK = 'toolbox block'; Blockly.Msg.WORKSPACE_BLOCK = 'workspace block'; Blockly.Msg.SUBMENU_INDICATOR = 'move right to view submenu'; -Blockly.Msg.OTHER_ACTIONS = 'Other actions'; +Blockly.Msg.MORE_OPTIONS = 'More options'; diff --git a/accessible/workspace-tree.component.js b/accessible/workspace-tree.component.js index b024101d6..0f465f3e1 100644 --- a/accessible/workspace-tree.component.js +++ b/accessible/workspace-tree.component.js @@ -69,9 +69,9 @@ blocklyApp.WorkspaceTreeComponent = ng.core
  • - +