mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 23:31:53 -05: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