Commit 6148e2f9 authored by Evan W. Patton's avatar Evan W. Patton Committed by Jeffrey Schiller

Fix text compare operator in English Blockly

Change-Id: I2128aac4a48d2a601268fedc97b0ff3f9e205358
parent 0744d21c
......@@ -350,7 +350,7 @@
"Blockly.Msg.LANG_TEXT_ISEMPTY_INPUT_ISEMPTY": "is empty",
"Blockly.Msg.LANG_TEXT_ISEMPTY_TOOLTIP": "Returns true if the length of the\n' + 'text is 0, false otherwise.",
"Blockly.Msg.LANG_TEXT_COMPARE_LT": " <",
"Blockly.Msg.LANG_TEXT_COMPARE_EQUAL": ":",
"Blockly.Msg.LANG_TEXT_COMPARE_EQUAL": "=",
"Blockly.Msg.LANG_TEXT_COMPARE_NEQ": " ≠",
"Blockly.Msg.LANG_TEXT_COMPARE_GT": " >",
"Blockly.Msg.LANG_TEXT_COMPARE_INPUT_COMPARE": "compare texts",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment