Skip to content

Commit 59e09e0

Browse files
committed
Merge #871: qt, docs: Unify term "clipboard"
3bbdbc0 qt, 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: ACK 3bbdbc0 pablomartin4btc: ACK 3bbdbc0 Tree-SHA512: 61a100f60890d81122a4b8ce3e2cb7d355c7fb643de3196573f7f9107c6f52fa0b3e7a4f743ce2833e8c67b9cdad3568b761d730fef5c9781f5e1c45252888c4
2 parents 46f79dd + 3bbdbc0 commit 59e09e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/qt/forms/addressbookpage.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<item>
7979
<widget class="QPushButton" name="copyAddress">
8080
<property name="toolTip">
81-
<string>Copy the currently selected address to the system clipboard</string>
81+
<string>Copy the currently selected address to the clipboard</string>
8282
</property>
8383
<property name="text">
8484
<string>&amp;Copy</string>

src/qt/forms/signverifymessagedialog.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
<item>
138138
<widget class="QPushButton" name="copySignatureButton_SM">
139139
<property name="toolTip">
140-
<string>Copy the current signature to the system clipboard</string>
140+
<string>Copy the current signature to the clipboard</string>
141141
</property>
142142
<property name="text">
143143
<string/>

0 commit comments

Comments
 (0)