From c566c2e7125802245bae61ae304e977f0163af45 Mon Sep 17 00:00:00 2001 From: Neil Fraser Date: Wed, 27 Mar 2019 10:58:29 -0700 Subject: [PATCH] Fix comment on new message. /// is needed to indicate translator message. --- msg/messages.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/msg/messages.js b/msg/messages.js index 9974c6dfa..a4161eb58 100644 --- a/msg/messages.js +++ b/msg/messages.js @@ -1208,6 +1208,6 @@ Blockly.Msg.PROCEDURES_IFRETURN_WARNING = 'Warning: This block may be used only Blockly.Msg.WORKSPACE_COMMENT_DEFAULT_TEXT = 'Say something...'; /// 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 -// block they collapsed contains blocks that have warnings. +/// 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.';