Split nextbackdrop into two strings

For translation we need two ‘next backdrop’ strings
* for the block - added _BLOCK to the name
* for the switch backdrop menu - kept the same name for consistency with other menu items. Also means that the name used by gui for the dynamic menu doesn’t change.
This commit is contained in:
chrisgarrity 2018-07-16 16:43:37 -04:00
parent c9c381dfe3
commit c2ea5b6179
4 changed files with 4 additions and 1 deletions
msg/js

View file

@ -99,6 +99,7 @@ Blockly.Msg["LOOKS_COSTUMENUMBERNAME"] = "costume %1";
Blockly.Msg["LOOKS_NUMBERNAME_NUMBER"] = "number";
Blockly.Msg["LOOKS_NUMBERNAME_NAME"] = "name";
Blockly.Msg["LOOKS_SWITCHBACKDROPTOANDWAIT"] = "switch backdrop to %1 and wait";
Blockly.Msg["LOOKS_NEXTBACKDROP_BLOCK"] = "next backdrop";
Blockly.Msg["LOOKS_NEXTBACKDROP"] = "next backdrop";
Blockly.Msg["LOOKS_PREVIOUSBACKDROP"] = "previous backdrop";
Blockly.Msg["LOOKS_RANDOMBACKDROP"] = "random backdrop";