1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

i18n: Sync translation template with current source

Misc fixes to source strings.
This commit is contained in:
Rémi Verschelde
2019-01-07 16:57:52 +01:00
parent d2b17d8d60
commit ac8ae09bc3
60 changed files with 9287 additions and 2112 deletions

View File

@@ -206,7 +206,7 @@ void EditorPropertyRootMotion::update_property() {
assign->set_tooltip(p);
if (p == NodePath()) {
assign->set_icon(Ref<Texture>());
assign->set_text(TTR("Assign.."));
assign->set_text(TTR("Assign..."));
assign->set_flat(false);
return;
}