mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-29 18:20:58 +02:00
Add comment to tooltip that only sending addresses can be deleted
This commit is contained in:
@ -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>&Delete</string>
|
<string>&Delete</string>
|
||||||
|
Reference in New Issue
Block a user