diff options
| author | Wladimir J. van der Laan <[email protected]> | 2011-06-21 07:56:44 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2011-06-21 07:56:44 +0200 |
| commit | 54e903a543454a28260090e3a2142e3a56300e4c (patch) | |
| tree | 14f4b0f39aecefbfd91082293875f517a1a6973a /src | |
| parent | Fix some padding and focus issues with the new BitcoinAmountWidget (diff) | |
| download | discoin-54e903a543454a28260090e3a2142e3a56300e4c.tar.xz discoin-54e903a543454a28260090e3a2142e3a56300e4c.zip | |
Add comment to tooltip that only sending addresses can be deleted
Diffstat (limited to 'src')
| -rw-r--r-- | src/qt/forms/addressbookdialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/forms/addressbookdialog.ui b/src/qt/forms/addressbookdialog.ui index 2fc6ca785..f9b95c40c 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>&Delete</string> |