diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-11-14 23:22:53 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-11-14 23:22:53 +0100 |
commit | d7d34e4bc19a54c964d50273e35e1fb506edf2c8 (patch) | |
tree | 82dbfb793a434dd988eceed96240e36f42fba5a2 /scene | |
parent | aa4c286808bbf4b16346de40307fcd5b29f19697 (diff) | |
parent | efe3220b2e5634d1c0a45574dfc50105757675f6 (diff) |
Merge pull request #68658 from Calinou/message-fix-periods
Fix periods in editor strings and messages
Diffstat (limited to 'scene')
-rw-r--r-- | scene/resources/animation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/animation.cpp b/scene/resources/animation.cpp index 1eb78f0160..ef619c9893 100644 --- a/scene/resources/animation.cpp +++ b/scene/resources/animation.cpp @@ -4964,7 +4964,7 @@ void Animation::compress(uint32_t p_page_size, uint32_t p_fps, float p_split_tol if (rollback || best_frame == FRAME_MAX) { // Commit the page if had to rollback or if no track was found - print_animc("\tCommiting page.."); + print_animc("\tCommiting page..."); // The end frame for the page depends entirely on whether its valid or // no more keys were found. |