A translator on Transifex noticed:
The term "system clipboard" appears twice. The term "clipboard" appears 10 times. Perhaps we could standardize on just saying "clipboard"?
This PR addresses this issue.
A translator on Transifex noticed:
The term "system clipboard" appears twice. The term "clipboard" appears 10 times. Perhaps we could standardize on just saying "clipboard"?
This PR addresses this issue.
<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--021abf342d371248e50ceaed478a90ca-->
See the guideline for information on the review process.
| Type | Reviewers |
|---|---|
| ACK | pablomartin4btc, davidgumberg |
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update.
<!--5faf32d7da4f0f540f40219e4f7537a3-->
A translator on Transifex noticed:
The term "system clipboard" appears twice. The term "clipboard" appears 10 times. Perhaps we could standardize on just saying "clipboard"?
Reported by @jesterhodl.
Would be good to do the same for all remaining *.ts files in src/qt/locale/ as well as these two:
src/qt/forms/signverifymessagedialog.ui: <string>Copy the current signature to the system clipboard</string> src/qt/forms/addressbookpage.ui: <string>Copy the currently selected address to the system clipboard</string>
I used grep -ri "system clipboard" * to find them
Would be good to do the same for all remaining *.ts files in
src/qt/locale/as well as these two:src/qt/forms/signverifymessagedialog.ui: <string>Copy the current signature to the system clipboard</string> src/qt/forms/addressbookpage.ui: <string>Copy the currently selected address to the system clipboard</string>I used
grep -ri "system clipboard" *to find them
The src/qt/locale/ directory is populated during the release process by fetching translations from Transifex. See:
ACK 3bbdbc0a5e1b409969cedaf249d1d01dea9bcf73