Editor: Add some more translatable strings.
This commit is contained in:
parent
a1c03a69d2
commit
6134d8741d
30 changed files with 126 additions and 132 deletions
|
|
@ -389,7 +389,7 @@ ParticlesEditor::ParticlesEditor() {
|
|||
particles_editor_hb->add_child(options);
|
||||
particles_editor_hb->hide();
|
||||
|
||||
options->set_text("Particles");
|
||||
options->set_text(TTR("Particles"));
|
||||
options->get_popup()->add_item(TTR("Generate AABB"), MENU_OPTION_GENERATE_AABB);
|
||||
options->get_popup()->add_separator();
|
||||
options->get_popup()->add_item(TTR("Create Emission Points From Mesh"), MENU_OPTION_CREATE_EMISSION_VOLUME_FROM_MESH);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue