From 17c3c64a80b8701886d238d30e70962a8e13b2c6 Mon Sep 17 00:00:00 2001 From: Rémi Verschelde Date: Thu, 13 Dec 2018 14:16:20 +0100 Subject: i18n: Sync translation template with current source Also French translation update and misc fixes to source strings. --- editor/plugins/canvas_item_editor_plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/plugins') diff --git a/editor/plugins/canvas_item_editor_plugin.cpp b/editor/plugins/canvas_item_editor_plugin.cpp index c272f8d756..89ef52dcce 100644 --- a/editor/plugins/canvas_item_editor_plugin.cpp +++ b/editor/plugins/canvas_item_editor_plugin.cpp @@ -4606,7 +4606,7 @@ CanvasItemEditor::CanvasItemEditor(EditorNode *p_editor) { warning_child_of_container = memnew(Label); warning_child_of_container->hide(); - warning_child_of_container->set_text(TTR("Warning: Children of a container get their position and size determined only by their parent")); + warning_child_of_container->set_text(TTR("Warning: Children of a container get their position and size determined only by their parent.")); add_control_to_info_overlay(warning_child_of_container); h_scroll = memnew(HScrollBar); -- cgit v1.2.3