Fix various typos

This commit is contained in:
Haoyu Qiu 2022-05-19 17:03:57 +08:00
parent 5d9c7eaef9
commit 067e738cb8
10 changed files with 12 additions and 12 deletions

View file

@ -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;
}