You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/webapp/cdn/blockly/language/en/_messages.js
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -345,9 +345,9 @@ Blockly.MSG_XBEE_RECEIVE_TOOLTIP = "XBee receive: receives information from an X
345
345
Blockly.MSG_WS2812B_INIT_TOOLTIP="RGB-LED init: match to Propeller I/O pin connections and number of LEDs.";
346
346
Blockly.MSG_WS2812B_SET_TOOLTIP="RGB-LED set: specify color for a specific LED.";
347
347
Blockly.MSG_WS2812B_UPDATE_TOOLTIP="RGB-LED update: update colors of all connected RGB-LEDs.";
348
-
Blockly.MSG_FPS_INIT_TOOLTIP="Fingerprint scanner initialize: match to Propeller I/O pin connections and set to allow/prevent fingerprint overwriting.";
349
-
Blockly.MSG_FPS_ADD_TOOLTIP="Fingerprint scanner add: Add or delete a user or users and their fingerprint(s).";
350
-
Blockly.MSG_FPS_SCAN_TOOLTIP="Fingerprint scanner scan: Scan or scan and compare a fingerprint, or count the number of saved users.";
348
+
Blockly.MSG_FPS_INIT_TOOLTIP="Fingerprint scanner initialize: match to Propeller I/O pin connections.";
349
+
Blockly.MSG_FPS_ADD_TOOLTIP="Fingerprint scanner capture: capture and save or delete a capture or captures and their ID(s).";
350
+
Blockly.MSG_FPS_SCAN_TOOLTIP="Fingerprint scanner scan: scan and identify or scan and compare a fingerprint, or count the number of saved captures.";
351
351
Blockly.MSG_HMC5883L_INIT_TOOLTIP="Compass initialize: match to Propeller I/O pin connections.";
352
352
Blockly.MSG_HMC5883L_READ_TOOLTIP="Compass heading: get current heading in degrees.";
353
353
Blockly.MSG_JOYSTICK_INPUT_XAXIS_TOOLTIP="Joystick x-axis: gets horizontal position of Joystick, match to A/D socket.";
0 commit comments