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:
chrisgarrity 2018-07-16 17:11:51 -04:00
parent c9c381dfe3
commit 648fe2013b
4 changed files with 8 additions and 5 deletions
msg/js

View file

@ -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";