You've already forked godot
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user