mirror of
https://github.com/dashpay/dash.git
synced 2024-12-28 13:32:47 +01:00
Merge pull request #1139 from Diapolo/messagepage
change button tooltip on sign message page for copy to clipboard...
This commit is contained in:
commit
ec4997d48f
@ -128,7 +128,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="copyToClipboard">
|
<widget class="QPushButton" name="copyToClipboard">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Copy the currently selected address to the system clipboard</string>
|
<string>Copy the current signature to the system clipboard</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Copy to Clipboard</string>
|
<string>&Copy to Clipboard</string>
|
||||||
|
Loading…
Reference in New Issue
Block a user