mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 09:01:32 +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
|
|
@ -222,7 +222,7 @@ MeshInstanceEditor::MeshInstanceEditor() {
|
|||
options = memnew( MenuButton );
|
||||
SpatialEditor::get_singleton()->add_control_to_menu_panel(options);
|
||||
|
||||
options->set_text("Mesh");
|
||||
options->set_text(TTR("Mesh"));
|
||||
options->set_icon(EditorNode::get_singleton()->get_gui_base()->get_icon("MeshInstance","EditorIcons"));
|
||||
|
||||
options->get_popup()->add_item(TTR("Create Trimesh Static Body"),MENU_OPTION_CREATE_STATIC_TRIMESH_BODY);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue