Remove punctuation for isTouching, isTouchingEdge (#1695)

* Remove punctuation for isTouching, isTouchingEdge

* Update isTouching,isTouchingEdge in core-strings.json
This commit is contained in:
Xuefeng education
2018-12-02 21:41:52 -08:00
committed by Peli de Halleux
parent 55e5125449
commit 30b6ae3acd
2 changed files with 5 additions and 5 deletions

View File

@ -260,8 +260,8 @@
"game.LedSprite.delete|block": "delete %this(sprite)",
"game.LedSprite.get|block": "%sprite|%property",
"game.LedSprite.ifOnEdgeBounce|block": "%sprite|if on edge, bounce",
"game.LedSprite.isTouchingEdge|block": "%sprite|touching edge?",
"game.LedSprite.isTouching|block": "%sprite|touching %other|?",
"game.LedSprite.isTouchingEdge|block": "is %sprite|touching edge",
"game.LedSprite.isTouching|block": "is %sprite|touching %other",
"game.LedSprite.move|block": "%sprite|move by %leds",
"game.LedSprite.set|block": "%sprite|set %property|to %value",
"game.LedSprite.turn|block": "%sprite|turn %direction|by (°) %degrees",
@ -394,4 +394,4 @@
"{id:category}Serial": "Serial",
"{id:category}String": "String",
"{id:category}Text": "Text"
}
}