mirror of
https://github.com/godotengine/godot.git
synced 2025-10-21 08:53:35 +00:00
Change ".." punctuation for "..." in editor strings (#16507)
This commit is contained in:
parent
ca25f1e6ea
commit
1c419531a0
39 changed files with 200 additions and 200 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue