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
No known key found for this signature in database
GPG key ID: C3336907360768E1
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;
}