mirror of
https://github.com/google/blockly.git
synced 2026-01-24 09:10:09 +01:00
Fix typo in BKY message key (#1616)
We had {% instead of %{
Fixes #1613
This commit is contained in:
@@ -89,7 +89,7 @@ Blockly.defineBlocksWithJsonArray([ // BEGIN JSON EXTRACT
|
||||
"previousStatement": null,
|
||||
"nextStatement": null,
|
||||
"colour": "%{BKY_TEXTS_HUE}",
|
||||
"tooltip": "{%BKY_TEXT_CREATE_JOIN_ITEM_TOOLTIP}",
|
||||
"tooltip": "%{BKY_TEXT_CREATE_JOIN_ITEM_TOOLTIP}",
|
||||
"enableContextMenu": false
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user