Skip to content

Commit 0d6ed2f

Browse files
author
Ke, Mingze
committed
Fixed some translation
1 parent bbcf099 commit 0d6ed2f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

blocks/msg/en.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ Blockly.Msg.WEBDUINO_MATRIX_NUM = "Number";
606606
Blockly.Msg.WEBDUINO_MATRIX_NUM2 = "Number (0~99)";
607607
Blockly.Msg.WEBDUINO_MATRIX_IMG = "Image";
608608

609-
Blockly.Msg.WEBDUINO_PHOTOCELL = "Photocell, analog pin:";
609+
Blockly.Msg.WEBDUINO_PHOTOCELL = "Photocell/Potentiometer, analog pin:";
610610
Blockly.Msg.WEBDUINO_PHOTOCELL_DETECTED = "detects";
611611
Blockly.Msg.WEBDUINO_PHOTOCELL_DO = "do:";
612612
Blockly.Msg.WEBDUINO_PHOTOCELL_VAL = "'s value";

msg/en.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ var MSG = {
7575
catPlus: "Advanced",
7676
catStandard: "Standard",
7777
catMax7219: "LED Matrix",
78-
catPhotocell: "Photocell",
78+
catPhotocell: "Photocell/Potentiometer",
7979
catSoil: "Soil Moisture",
8080
catIRRecv: "IR Recv",
8181
catIRLed: "IR Send",

0 commit comments

Comments
 (0)