You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Editor: Add some more translatable strings.
This commit is contained in:
committed by
Rémi Verschelde
parent
a1c03a69d2
commit
6134d8741d
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user