1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-07 17:36:07 +00:00

i18n: Sync translation template with current source

Also French translation update and misc fixes to source strings.
This commit is contained in:
Rémi Verschelde
2018-12-13 14:16:20 +01:00
parent d0d52606a7
commit 17c3c64a80
57 changed files with 12321 additions and 9041 deletions

View File

@@ -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.");
}
}