File tree Expand file tree Collapse file tree 4 files changed +82
-82
lines changed Expand file tree Collapse file tree 4 files changed +82
-82
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ Blockly.Msg["SENSING_CURRENT_HOUR"] = "hour";
219219Blockly . Msg [ "SENSING_CURRENT_MINUTE" ] = "minute" ;
220220Blockly . Msg [ "SENSING_CURRENT_SECOND" ] = "second" ;
221221Blockly . Msg [ "SENSING_DAYSSINCE2000" ] = "days since 2000" ;
222- Blockly . Msg [ "SENSING_ONLINE" ] = "is online?" ;
222+ Blockly . Msg [ "SENSING_ONLINE" ] = "online?" ;
223223Blockly . Msg [ "SENSING_USERNAME" ] = "username" ;
224224Blockly . Msg [ "SENSING_USERID" ] = "user id" ;
225225Blockly . Msg [ "SOUND_PLAY" ] = "start sound %1" ;
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ Blockly.Msg.SENSING_CURRENT_HOUR = 'hour';
262262Blockly . Msg . SENSING_CURRENT_MINUTE = 'minute' ;
263263Blockly . Msg . SENSING_CURRENT_SECOND = 'second' ;
264264Blockly . Msg . SENSING_DAYSSINCE2000 = 'days since 2000' ;
265- Blockly . Msg . SENSING_ONLINE = 'is online?' ;
265+ Blockly . Msg . SENSING_ONLINE = 'online?' ;
266266Blockly . Msg . SENSING_USERNAME = 'username' ;
267267Blockly . Msg . SENSING_USERID = 'user id' ;
268268
You can’t perform that action at this time.
0 commit comments