mirror of
https://github.com/google/blockly.git
synced 2026-01-06 16:40:07 +01:00
Fix comment on new message.
/// is needed to indicate translator message.
This commit is contained in:
@@ -1208,6 +1208,6 @@ Blockly.Msg.PROCEDURES_IFRETURN_WARNING = 'Warning: This block may be used only
|
|||||||
Blockly.Msg.WORKSPACE_COMMENT_DEFAULT_TEXT = 'Say something...';
|
Blockly.Msg.WORKSPACE_COMMENT_DEFAULT_TEXT = 'Say something...';
|
||||||
|
|
||||||
/// warning - This appears if the user collapses a block, and blocks inside
|
/// warning - This appears if the user collapses a block, and blocks inside
|
||||||
// that block have warnings attached to them. It should inform the user that the
|
/// that block have warnings attached to them. It should inform the user that the
|
||||||
// block they collapsed contains blocks that have warnings.
|
/// block they collapsed contains blocks that have warnings.
|
||||||
Blockly.Msg.COLLAPSED_WARNINGS_WARNING = 'Collapsed blocks contain warnings.';
|
Blockly.Msg.COLLAPSED_WARNINGS_WARNING = 'Collapsed blocks contain warnings.';
|
||||||
|
|||||||
Reference in New Issue
Block a user