scratch-blocks 1.2.0 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/msg/js/en.js CHANGED
@@ -219,7 +219,7 @@ Blockly.Msg["SENSING_CURRENT_HOUR"] = "hour";
219
219
  Blockly.Msg["SENSING_CURRENT_MINUTE"] = "minute";
220
220
  Blockly.Msg["SENSING_CURRENT_SECOND"] = "second";
221
221
  Blockly.Msg["SENSING_DAYSSINCE2000"] = "days since 2000";
222
- Blockly.Msg["SENSING_ONLINE"] = "is online?";
222
+ Blockly.Msg["SENSING_ONLINE"] = "online?";
223
223
  Blockly.Msg["SENSING_USERNAME"] = "username";
224
224
  Blockly.Msg["SENSING_USERID"] = "user id";
225
225
  Blockly.Msg["SOUND_PLAY"] = "start sound %1";
package/msg/json/en.json CHANGED
@@ -213,7 +213,7 @@
213
213
  "SENSING_CURRENT_MINUTE": "minute",
214
214
  "SENSING_CURRENT_SECOND": "second",
215
215
  "SENSING_DAYSSINCE2000": "days since 2000",
216
- "SENSING_ONLINE": "is online?",
216
+ "SENSING_ONLINE": "online?",
217
217
  "SENSING_USERNAME": "username",
218
218
  "SENSING_USERID": "user id",
219
219
  "SOUND_PLAY": "start sound %1",
package/msg/messages.js CHANGED
@@ -262,7 +262,7 @@ Blockly.Msg.SENSING_CURRENT_HOUR = 'hour';
262
262
  Blockly.Msg.SENSING_CURRENT_MINUTE = 'minute';
263
263
  Blockly.Msg.SENSING_CURRENT_SECOND = 'second';
264
264
  Blockly.Msg.SENSING_DAYSSINCE2000 = 'days since 2000';
265
- Blockly.Msg.SENSING_ONLINE = 'is online?';
265
+ Blockly.Msg.SENSING_ONLINE = 'online?';
266
266
  Blockly.Msg.SENSING_USERNAME = 'username';
267
267
  Blockly.Msg.SENSING_USERID = 'user id';
268
268