mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
i18n: Sync translations with Weblate (now tracking 4.1 strings)
This commit is contained in:
parent
66423d440e
commit
2d6b880987
56 changed files with 18205 additions and 35713 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue