diff options
| author | DimOkGamer | 2016-06-01 14:32:20 +0300 |
|---|---|---|
| committer | DimOkGamer | 2016-06-01 14:32:20 +0300 |
| commit | f7d0110cdf61fff70bcb66b50a5274e5d96a6c76 (patch) | |
| tree | 6c341f50fa436a28aa0c483a5962d6f8b15b0420 /tools/editor/plugins/mesh_instance_editor_plugin.cpp | |
| parent | f2efa22c9615c36a3dd36dc659ef83c374895cea (diff) | |
| download | godot-f7d0110cdf61fff70bcb66b50a5274e5d96a6c76.tar.gz godot-f7d0110cdf61fff70bcb66b50a5274e5d96a6c76.tar.zst godot-f7d0110cdf61fff70bcb66b50a5274e5d96a6c76.zip | |
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/mesh_instance_editor_plugin.cpp')
| -rw-r--r-- | tools/editor/plugins/mesh_instance_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/plugins/mesh_instance_editor_plugin.cpp b/tools/editor/plugins/mesh_instance_editor_plugin.cpp index 2d7e5b177..f604e4c57 100644 --- a/tools/editor/plugins/mesh_instance_editor_plugin.cpp +++ b/tools/editor/plugins/mesh_instance_editor_plugin.cpp @@ -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); |
