Skip to content

Commit

Permalink
Update en.js (#31)
Browse files Browse the repository at this point in the history
* Update en.js

Change JSON object block and tootip labelling

* Update en.js

 changed it to
Blockly.Msg.OBJECT_FROM_JSON = "get object from JSON text %1";
  • Loading branch information
cymplecy authored and bartbutenaers committed Sep 12, 2018
1 parent 33ad2bc commit 29e358e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions messages/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ Blockly.Msg.BUFFER_SET_INDEX_TOOLTIP = "Set the byte value of the specified buff
// =========================================================================================
// Objects (JSON) blocks
// =========================================================================================
Blockly.Msg.OBJECT_FROM_JSON = "get object from JSON %1";
Blockly.Msg.OBJECT_FROM_JSON_TOOLTIP = "Create object from JSON string.";
Blockly.Msg.OBJECT_TO_JSON = "generate JSON from %1";
Blockly.Msg.OBJECT_TO_JSON_TOOLTIP = "Save object as a JSON string.";
Blockly.Msg.OBJECT_FROM_JSON = "get object from JSON text %1";
Blockly.Msg.OBJECT_FROM_JSON_TOOLTIP = "Create an object from JSON formatted text string.";
Blockly.Msg.OBJECT_TO_JSON = "get JSON text from object %1";
Blockly.Msg.OBJECT_TO_JSON_TOOLTIP = "Create JSON formatted text string from an object.";
Blockly.Msg.OBJECT_CREATE = "create object";
Blockly.Msg.OBJECT_CREATE_TOOLTIP = "Create a new object, optionally with some property values.";
Blockly.Msg.OBJECT_FIELD_NAME = "property name";
Expand Down

0 comments on commit 29e358e

Please sign in to comment.