Automatic commit Sat Feb 1 03:00:04 PST 2014

This commit is contained in:
ellen.spertus
2014-02-01 03:00:04 -08:00
parent 576850a577
commit 1f5f0abd94
53 changed files with 73 additions and 50 deletions

View File

@@ -83,6 +83,10 @@ Blockly.Msg.ENABLE_BLOCK = 'Enable Block';
/// context menu - Provide helpful information about the selected block.\n{{Identical|Help}}
Blockly.Msg.HELP = 'Help';
// Realtime collaboration.
/// collaboration instruction - Tell the user that they can talk with other users.
Blockly.Msg.CHAT = 'Chat with your collaborator by typing in this box!';
// Variable renaming.
/// prompt - This message is only seen in the Opera browser. With most browsers, users can edit numeric values in blocks by just clicking and typing. Opera does not allows this, so we have to open a new window and prompt users with this message to chanage a value.
Blockly.Msg.CHANGE_VALUE_TITLE = 'Change value:';