From 86eda0df3968ecfc6fac26dc2c6d652b9ddd8419 Mon Sep 17 00:00:00 2001 From: Bouh Date: Sat, 4 Feb 2023 14:33:23 +0100 Subject: [PATCH] fix typo https://github.com/4ian/GDevelop/issues/927#issuecomment-1411933082 --- extensions/community/CurvedMovement.json | 2 +- extensions/community/MakeItRain.json | 4 ++-- extensions/reviewed/SmoothCamera.json | 16 ++++++++-------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/extensions/community/CurvedMovement.json b/extensions/community/CurvedMovement.json index 1ab7ed99a..a5a5f81d6 100644 --- a/extensions/community/CurvedMovement.json +++ b/extensions/community/CurvedMovement.json @@ -6631,7 +6631,7 @@ "type": "expression" }, { - "description": "Duration (in second)", + "description": "Duration (in seconds)", "name": "Duration", "type": "expression" } diff --git a/extensions/community/MakeItRain.json b/extensions/community/MakeItRain.json index 626b0cd8d..dce927a01 100644 --- a/extensions/community/MakeItRain.json +++ b/extensions/community/MakeItRain.json @@ -1503,7 +1503,7 @@ { "codeOnly": false, "defaultValue": "", - "description": "Respawning object timer speed (in second)", + "description": "Respawning object timer speed (in seconds)", "longDescription": "Example: 0.01", "name": "TimerSpeed", "optional": false, @@ -3010,7 +3010,7 @@ { "codeOnly": false, "defaultValue": "", - "description": "Respawning object timer speed (in second)", + "description": "Respawning object timer speed (in seconds)", "longDescription": "Example: 0.01", "name": "TimerSpeed", "optional": false, diff --git a/extensions/reviewed/SmoothCamera.json b/extensions/reviewed/SmoothCamera.json index 5474f08d0..a2cbc7f97 100644 --- a/extensions/reviewed/SmoothCamera.json +++ b/extensions/reviewed/SmoothCamera.json @@ -1141,7 +1141,7 @@ "colorG": 176, "colorR": 74, "creationTime": 0, - "name": "Linear regression vector used by the forcasting.", + "name": "Linear regression vector used by the Forecasting.", "source": "", "type": "BuiltinCommonInstructions::Group", "events": [ @@ -4543,7 +4543,7 @@ "colorG": 176, "colorR": 74, "creationTime": 0, - "name": "Forcasted position", + "name": "Forecasted position", "source": "", "type": "BuiltinCommonInstructions::Group", "events": [ @@ -4956,7 +4956,7 @@ { "value": "0", "type": "Number", - "label": "Forcast time (in seconds)", + "label": "Forecast time (in seconds)", "description": "", "group": "Timing", "extraInformation": [], @@ -4966,7 +4966,7 @@ { "value": "0", "type": "Number", - "label": "Forecast history duration (in second)", + "label": "Forecast history duration (in seconds)", "description": "", "group": "Timing", "extraInformation": [], @@ -5616,7 +5616,7 @@ { "value": "0.95", "type": "Number", - "label": "Upward speed in the air (in ratio persecond)", + "label": "Upward speed in the air (in ratio per second)", "description": "", "group": "Catch-up speed", "extraInformation": [], @@ -5626,7 +5626,7 @@ { "value": "0.95", "type": "Number", - "label": "Downward speed in the air (in ratio persecond)", + "label": "Downward speed in the air (in ratio per second)", "description": "", "group": "Catch-up speed", "extraInformation": [], @@ -5636,7 +5636,7 @@ { "value": "0.9", "type": "Number", - "label": "Upward speed on the floor (in ratio persecond)", + "label": "Upward speed on the floor (in ratio per second)", "description": "", "group": "Catch-up speed", "extraInformation": [], @@ -5646,7 +5646,7 @@ { "value": "0.9", "type": "Number", - "label": "Downward speed on the floor (in ratio persecond)", + "label": "Downward speed on the floor (in ratio per second)", "description": "", "group": "Catch-up speed", "extraInformation": [],