aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/animation_tree_editor_plugin.cpp
diff options
context:
space:
mode:
authorgeequlim2017-12-23 22:40:15 +0800
committergeequlim2017-12-23 22:40:15 +0800
commit52ad2e5418fc132a9534d9ef715259202a6acc08 (patch)
tree709201680f2629485fac9f92901962acbd814971 /editor/plugins/animation_tree_editor_plugin.cpp
parent59ec417e4a3f61896acb5873efd115518e83e356 (diff)
downloadgodot-52ad2e5418fc132a9534d9ef715259202a6acc08.tar.gz
godot-52ad2e5418fc132a9534d9ef715259202a6acc08.tar.zst
godot-52ad2e5418fc132a9534d9ef715259202a6acc08.zip
Add more translatable text for editor plugins.
Diffstat (limited to 'editor/plugins/animation_tree_editor_plugin.cpp')
-rw-r--r--editor/plugins/animation_tree_editor_plugin.cpp2
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 8fe653865..0c6c608d3 100644
--- a/editor/plugins/animation_tree_editor_plugin.cpp
+++ b/editor/plugins/animation_tree_editor_plugin.cpp
@@ -1435,7 +1435,7 @@ AnimationTreeEditorPlugin::AnimationTreeEditorPlugin(EditorNode *p_node) {
anim_tree_editor = memnew(AnimationTreeEditor);
anim_tree_editor->set_custom_minimum_size(Size2(0, 300));
- button = editor->add_bottom_panel_item("AnimationTree", anim_tree_editor);
+ button = editor->add_bottom_panel_item(TTR("AnimationTree"), anim_tree_editor);
button->hide();
}