Browse Source

Add comment to tooltip that only sending addresses can be deleted

miguelfreitas
Wladimir J. van der Laan 14 years ago
parent
commit
54e903a543
  1. 2
      src/qt/forms/addressbookdialog.ui

2
src/qt/forms/addressbookdialog.ui

@ -134,7 +134,7 @@
<item> <item>
<widget class="QPushButton" name="deleteButton"> <widget class="QPushButton" name="deleteButton">
<property name="toolTip"> <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>
<property name="text"> <property name="text">
<string>&amp;Delete</string> <string>&amp;Delete</string>

Loading…
Cancel
Save