aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2012-04-22 17:32:08 +0200
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2012-04-22 19:02:52 +0200
commita2d0fcbe38bb0aa84aa73491227d7880d5e6b2f6 (patch)
tree5c1291232efd6cbc946c4708fcd59de83a6d6fd1 /src
parent457661f6400030f5979564462e8c625840cc5e58 (diff)
downloadbitcoin-a2d0fcbe38bb0aa84aa73491227d7880d5e6b2f6.tar.xz
change button tooltip on sign message page for copy to clipboard as it was missleading
Diffstat (limited to 'src')
-rw-r--r--src/qt/forms/messagepage.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/forms/messagepage.ui b/src/qt/forms/messagepage.ui
index 8bd6d8b54b..ae1e062fca 100644
--- a/src/qt/forms/messagepage.ui
+++ b/src/qt/forms/messagepage.ui
@@ -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>