diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2018-12-13 14:16:20 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2018-12-13 14:47:24 +0100 |
commit | 17c3c64a80b8701886d238d30e70962a8e13b2c6 (patch) | |
tree | 74f0a8c96bcd2bd8c387d77360b5fe46150f8ff4 /scene/3d/path.cpp | |
parent | d0d52606a7ce6a853dafef252e06db1b5562033d (diff) |
i18n: Sync translation template with current source
Also French translation update and misc fixes to source strings.
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."); } } |