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:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user