Browse Source

change button tooltip on sign message page for copy to clipboard as it was missleading

0.8
Philip Kaufmann 13 years ago
parent
commit
a2d0fcbe38
  1. 2
      src/qt/forms/messagepage.ui

2
src/qt/forms/messagepage.ui

@ -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>&amp;Copy to Clipboard</string> <string>&amp;Copy to Clipboard</string>

Loading…
Cancel
Save