1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Improve some editor strings for localization

This commit is contained in:
Haoyu Qiu
2023-02-09 17:01:32 +08:00
parent d69809cab6
commit a40ccc2d7e
8 changed files with 21 additions and 20 deletions

View File

@@ -182,7 +182,7 @@ private:
}
void _set_unexpected_token_error(const String &p_what, int p_line) {
set_error(vformat(RTR("Unexpected token '%s'."), p_what), p_line);
set_error(vformat(RTR("Unexpected token: '%s'."), p_what), p_line);
}
void process_directive(Tokenizer *p_tokenizer);