diff options
| author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2018-04-22 19:36:01 +0200 |
|---|---|---|
| committer | Max Hilbrunner <mhilbrunner@users.noreply.github.com> | 2018-04-22 19:36:01 +0200 |
| commit | 1c419531a009f48aa074f9b5f93b98d387c33723 (patch) | |
| tree | 6beff4f51161e61e22b70266b5e0385496e35b6b /editor/import/editor_import_collada.cpp | |
| parent | ca25f1e6eae9ffd498ddba05f94e341827269fea (diff) | |
| download | redot-engine-1c419531a009f48aa074f9b5f93b98d387c33723.tar.gz | |
Change ".." punctuation for "..." in editor strings (#16507)
Diffstat (limited to 'editor/import/editor_import_collada.cpp')
| -rw-r--r-- | editor/import/editor_import_collada.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/import/editor_import_collada.cpp b/editor/import/editor_import_collada.cpp index c1e897a04c..1d7545f182 100644 --- a/editor/import/editor_import_collada.cpp +++ b/editor/import/editor_import_collada.cpp @@ -138,7 +138,7 @@ Error ColladaImport::_populate_skeleton(Skeleton *p_skeleton, Collada::Node *p_n //should map this bone to something for animation? } else { print_line("no rest: " + joint->sid); - WARN_PRINT("Joint has no rest.."); + WARN_PRINT("Joint has no rest..."); } int id = r_bone++; |
