diff options
| author | Andreas Haas | 2017-08-23 22:25:14 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2017-08-25 18:49:45 +0200 |
| commit | 6134d8741d6b255751e7b2811be85b60ef916269 (patch) | |
| tree | 27edc499e4ecced86630715232f7adfa62f9b3c4 /editor/plugins/animation_tree_editor_plugin.cpp | |
| parent | a1c03a69d2940fb69d7221800e919f4a183fec0c (diff) | |
| download | godot-6134d87.tar.gz godot-6134d87.tar.zst godot-6134d87.zip | |
Editor: Add some more translatable strings.
Diffstat (limited to 'editor/plugins/animation_tree_editor_plugin.cpp')
| -rw-r--r-- | editor/plugins/animation_tree_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/animation_tree_editor_plugin.cpp b/editor/plugins/animation_tree_editor_plugin.cpp index 9d150150a..f3ff91550 100644 --- a/editor/plugins/animation_tree_editor_plugin.cpp +++ b/editor/plugins/animation_tree_editor_plugin.cpp @@ -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); |
