1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-23 15:16:17 +00:00

i18n: Sync translation template with current source

This commit is contained in:
Rémi Verschelde
2019-02-10 13:19:03 +01:00
parent dc239b47b3
commit ba0a4a942e
57 changed files with 4014 additions and 1248 deletions

View File

@@ -3288,7 +3288,7 @@ void CanvasItemEditor::_notification(int p_what) {
Control *control = Object::cast_to<Control>(E->get());
if (!control || Object::cast_to<Container>(control->get_parent())) {
presets_menu->set_disabled(true);
presets_menu->set_tooltip(TTR("A child of a container gets its anchors and margins values overriden by its parent."));
presets_menu->set_tooltip(TTR("Children of containers have their anchors and margins values overridden by their parent."));
break;
}
}