mirror of
https://github.com/godotengine/godot.git
synced 2025-10-29 12:44:31 +00:00
Added 3 more translatable strings
and fixed russian localization based on user feedback. Added strings already contained in the current version of the localization.
This commit is contained in:
parent
f2efa22c96
commit
f7d0110cdf
4 changed files with 61 additions and 61 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue