From c87e9f0b7c4fdc52a47a2ff4972195e04e8fb400 Mon Sep 17 00:00:00 2001 From: Silc Renew Date: Sat, 10 Dec 2022 21:45:03 +0900 Subject: Fix unmerged history in AnimationTrackEditor --- scene/animation/animation_player.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scene') diff --git a/scene/animation/animation_player.cpp b/scene/animation/animation_player.cpp index 4800a83255..eca73fbd10 100644 --- a/scene/animation/animation_player.cpp +++ b/scene/animation/animation_player.cpp @@ -2071,7 +2071,7 @@ Ref AnimationPlayer::apply_reset(bool p_user_initiated) { old_values->restore(); Ref &ur = EditorNode::get_undo_redo(); - ur->create_action(TTR("Anim Apply Reset")); + ur->create_action(TTR("Animation Apply Reset")); ur->add_do_method(new_values.ptr(), "restore"); ur->add_undo_method(old_values.ptr(), "restore"); ur->commit_action(); -- cgit v1.2.3