From 1c419531a009f48aa074f9b5f93b98d387c33723 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sun, 22 Apr 2018 19:36:01 +0200 Subject: Change ".." punctuation for "..." in editor strings (#16507) --- core/bind/core_bind.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/bind/core_bind.cpp b/core/bind/core_bind.cpp index 34d48b2b09..a51f2397c6 100644 --- a/core/bind/core_bind.cpp +++ b/core/bind/core_bind.cpp @@ -2413,7 +2413,7 @@ _Thread::_Thread() { _Thread::~_Thread() { if (active) { - ERR_EXPLAIN("Reference to a Thread object object was lost while the thread is still running.."); + ERR_EXPLAIN("Reference to a Thread object object was lost while the thread is still running..."); } ERR_FAIL_COND(active == true); } -- cgit v1.2.3