Skip to content

Commit 9dde568

Browse files
committed
Merge pull request #110619 from timothyqiu/imported-animation
Fix imported animation warning labeled as Imported Scene
2 parents 835a709 + d66cbe0 commit 9dde568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor/animation/animation_track_editor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7828,7 +7828,7 @@ AnimationTrackEditor::AnimationTrackEditor() {
78287828

78297829
imported_anim_warning = memnew(Button);
78307830
imported_anim_warning->hide();
7831-
imported_anim_warning->set_text(TTR("Imported Scene"));
7831+
imported_anim_warning->set_text(TTR("Imported Animation"));
78327832
imported_anim_warning->set_tooltip_text(TTR("Warning: Editing imported animation"));
78337833
imported_anim_warning->connect(SceneStringName(pressed), callable_mp(this, &AnimationTrackEditor::_show_imported_anim_warning));
78347834
bottom_hf->add_child(imported_anim_warning);

0 commit comments

Comments
 (0)