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 /editor/plugins | |
| parent | d0d52606a7ce6a853dafef252e06db1b5562033d (diff) | |
i18n: Sync translation template with current source
Also French translation update and misc fixes to source strings.
Diffstat (limited to 'editor/plugins')
| -rw-r--r-- | editor/plugins/canvas_item_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |