Fixing remaining typos\errors in bundle_fr (#4397)

* Fixing remaining typos errors in bundle_fr

There are some errors that had managed to get through the verification. Imma chase them down!

* added logic hints and some typo fixes

* Fixing 2 typos in bundle.properties

L1548: Color statement affects every following draw operations.

* smolfixes
This commit is contained in:
Phinner
2021-02-20 00:30:49 +01:00
committed by GitHub
parent 0316009a9c
commit b94aba0301
2 changed files with 204 additions and 57 deletions

View File

@@ -1546,7 +1546,7 @@ lenum.enabled = Whether the block is enabled.
laccess.color = Illuminator color.
graphicstype.clear = Fill the display with a color.
graphicstype.color = Set color for next drawing operation.
graphicstype.color = Set color for next drawing operations.
graphicstype.stroke = Set line width.
graphicstype.line = Draw line segment.
graphicstype.rect = Fill a rectangle.
@@ -1579,7 +1579,7 @@ lenum.sin = Sine, in degrees.
lenum.cos = Cosine, in degrees.
lenum.tan = Tangent, in degrees.
#not a typo, look up 'range notation'
lenum.rand = Random number in range [0, value).
lenum.rand = Random number in range [0, value].
lenum.log = Natural logarithm (ln).
lenum.log10 = Base 10 logarithm.
lenum.noise = 2D simplex noise.