mirror of
https://github.com/godotengine/godot.git
synced 2025-10-22 17:33:33 +00:00
Fix various typos
This commit is contained in:
parent
5d9c7eaef9
commit
067e738cb8
10 changed files with 12 additions and 12 deletions
|
@ -2166,7 +2166,7 @@ public:
|
|||
Node *another = node->get_node(node_path);
|
||||
if (!another) {
|
||||
r_error.error = Variant::CallError::CALL_ERROR_INVALID_METHOD;
|
||||
r_error_str = RTR("Path does not lead Node!");
|
||||
r_error_str = RTR("Path does not lead to Node!");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue