diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-01-14 16:40:21 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2019-01-14 16:42:58 +0100 |
commit | 022284135716b2bc385feb943932fbd924ea576f (patch) | |
tree | e62b01cff530cd665185650a0a56da1351e89e27 /editor/plugins | |
parent | 19c562991c70aa1e6cb4288351f3dc322892c5a9 (diff) |
i18n: Sync translation template with current source
Diffstat (limited to 'editor/plugins')
-rw-r--r-- | editor/plugins/polygon_2d_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/polygon_2d_editor_plugin.cpp b/editor/plugins/polygon_2d_editor_plugin.cpp index 93d262f874..1ac7ee89d6 100644 --- a/editor/plugins/polygon_2d_editor_plugin.cpp +++ b/editor/plugins/polygon_2d_editor_plugin.cpp @@ -1297,7 +1297,7 @@ Polygon2DEditor::Polygon2DEditor(EditorNode *p_editor) : uv_button[UV_MODE_CREATE]->set_tooltip(TTR("Create Polygon")); uv_button[UV_MODE_CREATE_INTERNAL]->set_tooltip(TTR("Create Internal Vertex")); - uv_button[UV_MODE_REMOVE_INTERNAL]->set_tooltip(TTR("Erase Internal Vertex")); + uv_button[UV_MODE_REMOVE_INTERNAL]->set_tooltip(TTR("Remove Internal Vertex")); uv_button[UV_MODE_EDIT_POINT]->set_tooltip(TTR("Move Points") + "\n" + TTR("Ctrl: Rotate") + "\n" + TTR("Shift: Move All") + "\n" + TTR("Shift+Ctrl: Scale")); uv_button[UV_MODE_MOVE]->set_tooltip(TTR("Move Polygon")); uv_button[UV_MODE_ROTATE]->set_tooltip(TTR("Rotate Polygon")); |