aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins/animation_player_editor_plugin.cpp
diff options
context:
space:
mode:
authorGeequlim2016-05-29 16:10:23 +0800
committerGeequlim2016-05-29 16:10:23 +0800
commitcb05e8450d1c81f709627e7f174a1c3ad8420955 (patch)
tree40c5bf94c77d217e5c010109d2aafab9f8f0745c /tools/editor/plugins/animation_player_editor_plugin.cpp
parentcb3faf0b6f0db57dd58c09791ca7ff1a1bf4e234 (diff)
downloadgodot-cb05e8450d1c81f709627e7f174a1c3ad8420955.tar.gz
godot-cb05e8450d1c81f709627e7f174a1c3ad8420955.tar.zst
godot-cb05e8450d1c81f709627e7f174a1c3ad8420955.zip
Set more visible string to translatable
Diffstat (limited to 'tools/editor/plugins/animation_player_editor_plugin.cpp')
-rw-r--r--tools/editor/plugins/animation_player_editor_plugin.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/editor/plugins/animation_player_editor_plugin.cpp b/tools/editor/plugins/animation_player_editor_plugin.cpp
index 343fcce5c..4bbcb396a 100644
--- a/tools/editor/plugins/animation_player_editor_plugin.cpp
+++ b/tools/editor/plugins/animation_player_editor_plugin.cpp
@@ -1544,7 +1544,7 @@ AnimationPlayerEditorPlugin::AnimationPlayerEditorPlugin(EditorNode *p_node) {
anim_editor = memnew( AnimationPlayerEditor(editor) );
anim_editor->set_undo_redo(editor->get_undo_redo());
- editor->add_bottom_panel_item("Animation",anim_editor);
+ editor->add_bottom_panel_item(TTR("Animation"),anim_editor);
/*
editor->get_viewport()->add_child(anim_editor);
anim_editor->set_area_as_parent_rect();
@@ -1562,5 +1562,3 @@ AnimationPlayerEditorPlugin::AnimationPlayerEditorPlugin(EditorNode *p_node) {
AnimationPlayerEditorPlugin::~AnimationPlayerEditorPlugin()
{
}
-
-