Make help text clearer and less verbose.

This commit is contained in:
Sean Lip
2016-09-27 12:05:12 -07:00
parent 298f237d7b
commit 972e3b00eb

View File

@@ -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.');
});
}