small fixes

This commit is contained in:
Mario
2021-01-12 10:18:11 +01:00
parent 7a31d94a21
commit de9141c25c
8 changed files with 60 additions and 60 deletions
+1 -1
View File
@@ -44,4 +44,4 @@ Blockly.Msg.cases_add = "Case";
Blockly.Msg.cases_condition = "Case (Variable) = ";
Blockly.Msg.cases_do = "Do";
Blockly.Msg.cases_switch = "Variable";
Blockly.Msg.cases_tooltip = "Does something if the condition is true. If there isn\'t a matching case the default function will be executed.'"
Blockly.Msg.cases_tooltip = "Does something if the condition is true. If there isn't a matching case the default function will be executed.'"