From 760acdcdcc14fde196ced69002cf3251632fc812 Mon Sep 17 00:00:00 2001
From: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
Date: Wed, 4 Aug 2021 08:21:41 -0700
Subject: [PATCH] Updated DirectionTo tooltips in the translation file
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com>
---
Assets/Editor/Translation/scriptcanvas_en_us.ts | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Assets/Editor/Translation/scriptcanvas_en_us.ts b/Assets/Editor/Translation/scriptcanvas_en_us.ts
index 5604cfb631..22cd00aaea 100644
--- a/Assets/Editor/Translation/scriptcanvas_en_us.ts
+++ b/Assets/Editor/Translation/scriptcanvas_en_us.ts
@@ -2778,7 +2778,7 @@
VECTOR2_DIRECTIONTO_TOOLTIP
-
+ Returns a direction vector between two points, by default the direction will be normalized, but it may be optionally scaled using the Scale parameter if different from 1.0VECTOR2_DIRECTIONTO_CATEGORY
@@ -32334,7 +32334,7 @@ An Entity can be selected by using the pick button, or by dragging an Entity fro
VECTOR4_DIRECTIONTO_TOOLTIP
-
+ Returns a direction vector between two points, by default the direction will be normalized, but it may be optionally scaled using the Scale parameter if different from 1.0VECTOR4_DIRECTIONTO_CATEGORY
@@ -37606,7 +37606,7 @@ An Entity can be selected by using the pick button, or by dragging an Entity fro
VECTOR3_DIRECTIONTO_TOOLTIP
-
+ Returns a direction vector between two points, by default the direction will be normalized, but it may be optionally scaled using the Scale parameter if different from 1.0VECTOR3_DIRECTIONTO_CATEGORY