diff options
author | DimOkGamer <dimokgamer@gmail.com> | 2016-06-01 14:32:20 +0300 |
---|---|---|
committer | DimOkGamer <dimokgamer@gmail.com> | 2016-06-01 14:32:20 +0300 |
commit | f7d0110cdf61fff70bcb66b50a5274e5d96a6c76 (patch) | |
tree | 6c341f50fa436a28aa0c483a5962d6f8b15b0420 /tools/editor/plugins/spatial_editor_plugin.cpp | |
parent | f2efa22c9615c36a3dd36dc659ef83c374895cea (diff) |
Added 3 more translatable strings
and fixed russian localization based on user feedback.
Added strings already contained in the current version of the
localization.
Diffstat (limited to 'tools/editor/plugins/spatial_editor_plugin.cpp')
-rw-r--r-- | tools/editor/plugins/spatial_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/plugins/spatial_editor_plugin.cpp b/tools/editor/plugins/spatial_editor_plugin.cpp index f32d0448a2..e261b48f67 100644 --- a/tools/editor/plugins/spatial_editor_plugin.cpp +++ b/tools/editor/plugins/spatial_editor_plugin.cpp @@ -3945,7 +3945,7 @@ SpatialEditor::SpatialEditor(EditorNode *p_editor) { tool_button[TOOL_MODE_LIST_SELECT]->set_flat(true); button_binds[0]=MENU_TOOL_LIST_SELECT; tool_button[TOOL_MODE_LIST_SELECT]->connect("pressed", this,"_menu_item_pressed",button_binds); - tool_button[TOOL_MODE_LIST_SELECT]->set_tooltip("Show a list of all objects at the position clicked\n(same as Alt+RMB in selet mode)."); + tool_button[TOOL_MODE_LIST_SELECT]->set_tooltip(TTR("Show a list of all objects at the position clicked\n(same as Alt+RMB in select mode).")); vs = memnew( VSeparator ); hbc_menu->add_child(vs); |