You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
i18n: Sync translations with Weblate (now tracking 4.1 strings)
This commit is contained in:
@@ -680,7 +680,7 @@ void ShaderPreprocessor::process_include(Tokenizer *p_tokenizer) {
|
||||
}
|
||||
|
||||
if (!ResourceLoader::exists(path)) {
|
||||
set_error(RTR("Shader include file does not exist: ") + path, line);
|
||||
set_error(RTR("Shader include file does not exist:") + " " + path, line);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user