1
0
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:
Rémi Verschelde
2023-06-12 14:57:08 +02:00
parent 66423d440e
commit 2d6b880987
56 changed files with 18205 additions and 35713 deletions

View File

@@ -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;
}