mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
Recompile of JSON to JS messages.
New dialog OK/Cancel messages.
This commit is contained in:
@@ -1630,3 +1630,11 @@ Blockly.Msg.WORKSPACE_ARIA_LABEL = 'Blockly Workspace';
|
||||
/// that block have warnings attached to them. It should inform the user that the
|
||||
/// block they collapsed contains blocks that have warnings.
|
||||
Blockly.Msg.COLLAPSED_WARNINGS_WARNING = 'Collapsed blocks contain warnings.';
|
||||
|
||||
/** @type {string} */
|
||||
/// button label - Pressing this button closes help information.\n{{Identical|OK}}
|
||||
Blockly.Msg.DIALOG_OK = 'OK';
|
||||
|
||||
/** @type {string} */
|
||||
/// button label - Pressing this button cancels a proposed action.\n{{Identical|Cancel}}
|
||||
Blockly.Msg.DIALOG_CANCEL = 'Cancel';
|
||||
|
||||
Reference in New Issue
Block a user