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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user