Textual edits.

This commit is contained in:
Sean Lip
2016-10-07 18:56:13 -07:00
parent f8a916438c
commit 27ad7eba2a
2 changed files with 5 additions and 5 deletions

View File

@@ -29,13 +29,13 @@ Blockly.Msg.WORKSPACE = 'Workspace';
Blockly.Msg.TOOLBOX_BLOCK = 'toolbox block. Move right to view submenu.';
Blockly.Msg.WORKSPACE_BLOCK = 'workspace block. Move right to view submenu.';
Blockly.Msg.CLEAR_WORKSPACE = 'Clear Workspace';
Blockly.Msg.CLEAR_WORKSPACE = 'Erase Workspace';
Blockly.Msg.RUN_CODE = 'Run Code';
Blockly.Msg.COPY_TO_MARKED_SPOT = 'Copy to marked spot.';
Blockly.Msg.COPY_TO_WORKSPACE = 'Create new group with this block.';
Blockly.Msg.COPY_TO_WORKSPACE = 'Add to workspace.';
Blockly.Msg.DELETE = 'Delete.';
Blockly.Msg.DELETE = 'Delete block.';
Blockly.Msg.MARK_SPOT_BEFORE = 'Mark spot before.';
Blockly.Msg.MARK_SPOT_AFTER = 'Mark spot after.';
Blockly.Msg.MARK_THIS_SPOT = 'Mark this spot.';

View File

@@ -120,8 +120,8 @@ blocklyApp.ToolboxTreeComponent = ng.core
setTimeout(function() {
that.treeService.focusOnBlock(newBlockId);
that.notificationsService.setStatusMessage(
blockDescription + ' copied to new group in workspace. ' +
'Now on copied block in workspace.');
blockDescription + ' added to workspace. ' +
'Now on added block in workspace.');
});
},
copyToMarkedSpot: function() {