Skip to content

Commit 3f224b3

Browse files
committed
fix: "is online?" -> "online?"
1 parent 8c8afb5 commit 3f224b3

File tree

4 files changed

+82
-82
lines changed

4 files changed

+82
-82
lines changed

msg/js/en.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Blockly.Msg["SENSING_CURRENT_HOUR"] = "hour";
219219
Blockly.Msg["SENSING_CURRENT_MINUTE"] = "minute";
220220
Blockly.Msg["SENSING_CURRENT_SECOND"] = "second";
221221
Blockly.Msg["SENSING_DAYSSINCE2000"] = "days since 2000";
222-
Blockly.Msg["SENSING_ONLINE"] = "is online?";
222+
Blockly.Msg["SENSING_ONLINE"] = "online?";
223223
Blockly.Msg["SENSING_USERNAME"] = "username";
224224
Blockly.Msg["SENSING_USERID"] = "user id";
225225
Blockly.Msg["SOUND_PLAY"] = "start sound %1";

msg/json/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
"SENSING_CURRENT_MINUTE": "minute",
214214
"SENSING_CURRENT_SECOND": "second",
215215
"SENSING_DAYSSINCE2000": "days since 2000",
216-
"SENSING_ONLINE": "is online?",
216+
"SENSING_ONLINE": "online?",
217217
"SENSING_USERNAME": "username",
218218
"SENSING_USERID": "user id",
219219
"SOUND_PLAY": "start sound %1",

msg/messages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ Blockly.Msg.SENSING_CURRENT_HOUR = 'hour';
262262
Blockly.Msg.SENSING_CURRENT_MINUTE = 'minute';
263263
Blockly.Msg.SENSING_CURRENT_SECOND = 'second';
264264
Blockly.Msg.SENSING_DAYSSINCE2000 = 'days since 2000';
265-
Blockly.Msg.SENSING_ONLINE = 'is online?';
265+
Blockly.Msg.SENSING_ONLINE = 'online?';
266266
Blockly.Msg.SENSING_USERNAME = 'username';
267267
Blockly.Msg.SENSING_USERID = 'user id';
268268

0 commit comments

Comments
 (0)