mirror of
https://github.com/google/blockly.git
synced 2026-03-09 14:50:09 +01:00
Make help text clearer and less verbose.
This commit is contained in:
@@ -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.');
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user