diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-04-22 17:32:08 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-04-22 19:02:52 +0200 |
commit | a2d0fcbe38bb0aa84aa73491227d7880d5e6b2f6 (patch) | |
tree | 5c1291232efd6cbc946c4708fcd59de83a6d6fd1 /src/qt | |
parent | 457661f6400030f5979564462e8c625840cc5e58 (diff) |
change button tooltip on sign message page for copy to clipboard as it was missleading
Diffstat (limited to 'src/qt')
-rw-r--r-- | src/qt/forms/messagepage.ui | 2 |
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>&Copy to Clipboard</string> |