From cdef49d633a271cccacd18b33cd1900bcf0edd4a Mon Sep 17 00:00:00 2001 From: Alezia Kurdis <60075796+AleziaKurdis@users.noreply.github.com> Date: Sat, 4 Apr 2020 22:18:59 -0400 Subject: [PATCH] Fix tooltip text for particles alpha properties Fix the tooltip's text for particle alpha properties. --- scripts/system/create/assets/data/createAppTooltips.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/system/create/assets/data/createAppTooltips.json b/scripts/system/create/assets/data/createAppTooltips.json index d473dc5a8e..860558bbfe 100644 --- a/scripts/system/create/assets/data/createAppTooltips.json +++ b/scripts/system/create/assets/data/createAppTooltips.json @@ -319,17 +319,17 @@ "tooltip": "The spread in color that each particle is given, resulting in a variety of colors." }, "particleAlphaTriple": { - "tooltip": "Set the opacity of the each particle between 0.0 fully transparent and 1.0 completely opaque.", + "tooltip": "Set the opacity of each particle between 0.0 fully transparent and 1.0 completely opaque.", "jsPropertyName": "alpha" }, "alpha": { - "tooltip": "Set the opacity of the each particle between 0.0 fully transparent and 1.0 completely opaque." + "tooltip": "Set the opacity of each particle between 0.0 fully transparent and 1.0 completely opaque." }, "alphaStart": { - "tooltip": "Set the initial opacity level of the each particle between 0.0 fully transparent and 1.0 completely opaque." + "tooltip": "Set the initial opacity level of each particle between 0.0 fully transparent and 1.0 completely opaque." }, "alphaFinish": { - "tooltip": "Set the final opacity level of the each particle between 0.0 fully transparent and 1.0 completely opaque." + "tooltip": "Set the final opacity level of each particle between 0.0 fully transparent and 1.0 completely opaque." }, "alphaSpread": { "tooltip": "The spread in opacity that each particle is given, resulting in a variety of opacity levels."