mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-11 13:38:50 -04:00
Add default list item string
The default list item ‘thing’ was missing from messages (and from the places that use it.
This commit is contained in:
parent
c9c381dfe3
commit
648fe2013b
4 changed files with 8 additions and 5 deletions
msg/js
|
@ -275,6 +275,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