mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-07 19:49:09 -04:00
Merge pull request #1652 from chrisgarrity/issue/2546-missing-thing
Issue/2546 missing thing
This commit is contained in:
commit
afa57b26b2
5 changed files with 44 additions and 5 deletions
msg/js
|
@ -277,6 +277,7 @@ Blockly.Msg["LIST_MODAL_TITLE"] = "New List";
|
|||
Blockly.Msg["LIST_ALREADY_EXISTS"] = "A list named \"%1\" already exists.";
|
||||
Blockly.Msg["RENAME_LIST_TITLE"] = "Rename all \"%1\" lists to:";
|
||||
Blockly.Msg["RENAME_LIST_MODAL_TITLE"] = "Rename List";
|
||||
Blockly.Msg["DEFAULT_LIST_ITEM"] = "thing";
|
||||
Blockly.Msg["NEW_BROADCAST_MESSAGE"] = "New message";
|
||||
Blockly.Msg["NEW_BROADCAST_MESSAGE_TITLE"] = "New message name:";
|
||||
Blockly.Msg["BROADCAST_MODAL_TITLE"] = "New Message";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue