i18n: Misc fixes translation strings
Adds some translator comments to solve some questions raised on Weblate.
This commit is contained in:
parent
43f05bd6a0
commit
c8ce7e34e2
29 changed files with 73 additions and 72 deletions
|
|
@ -1245,7 +1245,7 @@ bool Expression::_execute(const Array &p_inputs, Object *p_instance, Expression:
|
|||
case Expression::ENode::TYPE_INPUT: {
|
||||
const Expression::InputNode *in = static_cast<const Expression::InputNode *>(p_node);
|
||||
if (in->index < 0 || in->index >= p_inputs.size()) {
|
||||
r_error_str = vformat(RTR("Invalid input %i (not passed) in expression"), in->index);
|
||||
r_error_str = vformat(RTR("Invalid input %d (not passed) in expression"), in->index);
|
||||
return true;
|
||||
}
|
||||
r_ret = p_inputs[in->index];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue