User-facing content and codebase doc fixups from transifex translator feedback#24367
Conversation
|
(When to use cannot vs can not: https://writingexplained.org/cannot-or-can-not-difference. The cases when "can not" would be used are somewhat rare and not encountered here.) |
Based on this link: https://english.stackexchange.com/questions/4510/why-is-cannot-spelled-as-one-word both look okay to me. Overall I have no issues with the changes made in this PR. ACK 4982b32 |
hebasto
left a comment
There was a problem hiding this comment.
ACK 4982b329b7d4f0e0343b0fa23b19d1a538eca4d6
|
(TBH I'd noticed most of this diff before but thought they were too pedantic to propose changing. To my mind this is more to avoid spending further time on it.) |
Translators forms a good focus-group for Bitcoin Core UI testing :) |
luke-jr
left a comment
There was a problem hiding this comment.
I think the current strings are better, and don't see rationale for changing them (exception ACK'd)
src/wallet/spend.cpp
Outdated
That leaves
|
4982b32 to
4874269
Compare
|
Updated per review feedback to leave the error example as-is in |
| else if ((unsigned int)nChangePosInOut > txNew.vout.size()) | ||
| { | ||
| error = _("Change index out of range"); | ||
| error = _("Transaction change output index out of range"); |
There was a problem hiding this comment.
Is there any value in translating this? I mean it is not possible to set the change position via the GUI, no?
Closes #24366.