mirror of
https://github.com/scratchfoundation/scratch-blocks.git
synced 2025-08-10 21:18:53 -04:00
Add variable deletion as dropdown action
This commit is contained in:
parent
4a81ecb601
commit
ef4882d90d
67 changed files with 128 additions and 4 deletions
msg
|
@ -54,6 +54,8 @@ goog.require('Blockly.Msg');
|
|||
Blockly.Msg.VARIABLES_DEFAULT_NAME = 'item';
|
||||
/// button text - Button that sets a calendar to today's date.\n{{Identical|Today}}
|
||||
Blockly.Msg.TODAY = 'Today';
|
||||
/// dropdown choice - Delete the currently selected variable.
|
||||
Blockly.Msg.DELETE_VARIABLE = 'Delete the "%1" variable';
|
||||
|
||||
// Context menus.
|
||||
/// context menu - Make a copy of the selected block (and any blocks it contains).\n{{Identical|Duplicate}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue