mirror of
https://github.com/godotengine/godot.git
synced 2025-11-03 07:01:06 +00:00
Set more visible string to translatable
This commit is contained in:
parent
cb3faf0b6f
commit
cb05e8450d
12 changed files with 20 additions and 27 deletions
|
|
@ -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()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue