Skip to content

Commit

Permalink
Merge pull request #83004 from Chaosus/shader_language_fix_typo
Browse files Browse the repository at this point in the history
Fix typo in `shader_language.cpp`
  • Loading branch information
akien-mga committed Oct 9, 2023
2 parents 4a5801b + f4bc779 commit b4214b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servers/rendering/shader_language.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit b4214b1

Please sign in to comment.