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