mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-09 07:05:34 +01:00
Merge bitcoin-core/gui#871: qt, docs: Unify term "clipboard"
3bbdbc0a5eqt, docs: Unify term "clipboard" (Hennadii Stepanov) Pull request description: 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. ACKs for top commit: davidgumberg: ACK3bbdbc0a5epablomartin4btc: ACK3bbdbc0a5eTree-SHA512: 61a100f60890d81122a4b8ce3e2cb7d355c7fb643de3196573f7f9107c6f52fa0b3e7a4f743ce2833e8c67b9cdad3568b761d730fef5c9781f5e1c45252888c4
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
<item>
|
||||
<widget class="QPushButton" name="copyAddress">
|
||||
<property name="toolTip">
|
||||
<string>Copy the currently selected address to the system clipboard</string>
|
||||
<string>Copy the currently selected address to the clipboard</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Copy</string>
|
||||
|
||||
@@ -137,7 +137,7 @@
|
||||
<item>
|
||||
<widget class="QPushButton" name="copySignatureButton_SM">
|
||||
<property name="toolTip">
|
||||
<string>Copy the current signature to the system clipboard</string>
|
||||
<string>Copy the current signature to the clipboard</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string/>
|
||||
|
||||
Reference in New Issue
Block a user