diff options
| author | Hugo Locurcio | 2018-04-22 19:36:01 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2018-06-05 21:42:33 +0200 |
| commit | 403f7dc35f9a356466ee12b83880e2da73b9598d (patch) | |
| tree | 19eb9e945107faeebf875f39e9cc051b3c215fc6 /modules/gdscript/gdscript_function.cpp | |
| parent | e09170dffa1c5cc953ebec22de22434d5172f3f7 (diff) | |
| download | godot-403f7dc35f9a356466ee12b83880e2da73b9598d.tar.gz godot-403f7dc35f9a356466ee12b83880e2da73b9598d.tar.zst godot-403f7dc35f9a356466ee12b83880e2da73b9598d.zip | |
Change ".." punctuation for "..." in editor strings (#16507)
(cherry picked from commit 1c419531a009f48aa074f9b5f93b98d387c33723)
Diffstat (limited to 'modules/gdscript/gdscript_function.cpp')
| -rw-r--r-- | modules/gdscript/gdscript_function.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/gdscript_function.cpp b/modules/gdscript/gdscript_function.cpp index 623cd1eb9..1c5b8187c 100644 --- a/modules/gdscript/gdscript_function.cpp +++ b/modules/gdscript/gdscript_function.cpp @@ -86,7 +86,7 @@ Variant *GDScriptFunction::_get_variant(int p_address, GDScriptInstance *p_insta o = o->_owner; } - ERR_EXPLAIN("GDScriptCompiler bug.."); + ERR_EXPLAIN("GDScriptCompiler bug..."); ERR_FAIL_V(NULL); } break; case ADDR_TYPE_LOCAL_CONSTANT: { |
