aboutsummaryrefslogtreecommitdiff
path: root/src/qt/forms
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2011-06-21 07:56:44 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2011-06-21 07:56:44 +0200
commit54e903a543454a28260090e3a2142e3a56300e4c (patch)
tree14f4b0f39aecefbfd91082293875f517a1a6973a /src/qt/forms
parent84114e341df1db77fb099ef58b7547f5b2b8be57 (diff)
downloadbitcoin-54e903a543454a28260090e3a2142e3a56300e4c.tar.xz
Add comment to tooltip that only sending addresses can be deleted
Diffstat (limited to 'src/qt/forms')
-rw-r--r--src/qt/forms/addressbookdialog.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/forms/addressbookdialog.ui b/src/qt/forms/addressbookdialog.ui
index 2fc6ca785c..f9b95c40c5 100644
--- a/src/qt/forms/addressbookdialog.ui
+++ b/src/qt/forms/addressbookdialog.ui
@@ -134,7 +134,7 @@
<item>
<widget class="QPushButton" name="deleteButton">
<property name="toolTip">
- <string>Delete the currently selected address from the list</string>
+ <string>Delete the currently selected address from the list. Only sending addresses can be deleted.</string>
</property>
<property name="text">
<string>&amp;Delete</string>