diff options
Diffstat (limited to 'scene/3d/path.cpp')
-rw-r--r-- | scene/3d/path.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/3d/path.cpp b/scene/3d/path.cpp index 1b253d41e8..b732c3b8b7 100644 --- a/scene/3d/path.cpp +++ b/scene/3d/path.cpp @@ -476,7 +476,7 @@ String OrientedPathFollow::get_configuration_warning() const { } else { Path *path = Object::cast_to<Path>(get_parent()); if (path->get_curve().is_valid() && !path->get_curve()->is_up_vector_enabled()) { - return TTR("OrientedPathFollow requires up vectors enabled in its parent Path."); + return TTR("OrientedPathFollow requires \"Up Vector\" enabled in its parent Path's Curve resource."); } } |