Editor: Add some more translatable strings.
This commit is contained in:
parent
a1c03a69d2
commit
6134d8741d
30 changed files with 126 additions and 132 deletions
|
|
@ -285,7 +285,7 @@ void AnimationTreeEditor::_popup_edit_dialog() {
|
|||
|
||||
AnimationPlayer *ap = Object::cast_to<AnimationPlayer>(anim_tree->get_node(anim_tree->get_master_player()));
|
||||
master_anim_popup->clear();
|
||||
master_anim_popup->add_item("Edit Filters");
|
||||
master_anim_popup->add_item(TTR("Edit Filters"));
|
||||
master_anim_popup->add_separator();
|
||||
List<StringName> sn;
|
||||
ap->get_animation_list(&sn);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue