From 972e3b00ebc251d2dfe5615cd179ce8689ef84b6 Mon Sep 17 00:00:00 2001 From: Sean Lip Date: Tue, 27 Sep 2016 12:05:12 -0700 Subject: [PATCH] Make help text clearer and less verbose. --- accessible/toolbox-tree.component.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/accessible/toolbox-tree.component.js b/accessible/toolbox-tree.component.js index 62fa6290f..c112d715e 100644 --- a/accessible/toolbox-tree.component.js +++ b/accessible/toolbox-tree.component.js @@ -120,7 +120,7 @@ blocklyApp.ToolboxTreeComponent = ng.core setTimeout(function() { that.treeService.focusOnBlock(newBlockId); that.notificationsService.setStatusMessage( - blockDescription + ' copied to new workspace group. ' + + blockDescription + ' copied to new group in workspace. ' + 'Now on copied block in workspace.'); }); }, @@ -150,7 +150,7 @@ blocklyApp.ToolboxTreeComponent = ng.core } that.notificationsService.setStatusMessage( - blockDescription + ' copied to marked spot. ' + + blockDescription + ' connected. ' + 'Now on copied block in workspace.'); }); }