diff options
| author | Philip Kaufmann <[email protected]> | 2012-04-22 17:32:08 +0200 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2012-04-22 19:02:52 +0200 |
| commit | a2d0fcbe38bb0aa84aa73491227d7880d5e6b2f6 (patch) | |
| tree | 5c1291232efd6cbc946c4708fcd59de83a6d6fd1 /src | |
| parent | Merge pull request #1124 from sipa/rpcobj3 (diff) | |
| download | discoin-a2d0fcbe38bb0aa84aa73491227d7880d5e6b2f6.tar.xz discoin-a2d0fcbe38bb0aa84aa73491227d7880d5e6b2f6.zip | |
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.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/forms/messagepage.ui b/src/qt/forms/messagepage.ui index 8bd6d8b54..ae1e062fc 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> |