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

This commit is contained in:
Philip Kaufmann 2012-04-22 17:32:08 +02:00
parent 457661f640
commit a2d0fcbe38
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@
<item>
<widget class="QPushButton" name="copyToClipboard">
<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 name="text">
<string>&amp;Copy to Clipboard</string>