Fix typo in `shader_language.cpp`

This commit is contained in:
Yuri Rubinsky 2023-10-08 18:55:06 +03:00
parent 6916349697
commit f4bc779c4e
1 changed files with 1 additions and 1 deletions

View File

@ -5418,7 +5418,7 @@ ShaderLanguage::Node *ShaderLanguage::_parse_expression(BlockNode *p_block, cons
}
if (error) {
_set_error(vformat(RTR("A constant value cannot be passed for '%s' parameter."), _get_qualifier_str(arg_qual)));
_set_error(vformat(RTR("A constant value cannot be passed for the '%s' parameter."), _get_qualifier_str(arg_qual)));
return nullptr;
}
}