aboutsummaryrefslogtreecommitdiff
path: root/components/AddressBookTable.qml
diff options
context:
space:
mode:
authorJonathan Cross <jcross@gmail.com>2017-04-18 18:15:30 +0200
committerJonathan Cross <jcross@gmail.com>2017-04-18 18:15:30 +0200
commite2bfe25b9d778c94efb9b6331698565bc8efca29 (patch)
tree6b4322ea3d85650899af790fed36b52717d796b8 /components/AddressBookTable.qml
parent4ca35af11ac8b41192bdb373216513e524ee4cb0 (diff)
downloadmonzero-gui-e2bfe25b9d778c94efb9b6331698565bc8efca29.tar.gz
monzero-gui-e2bfe25b9d778c94efb9b6331698565bc8efca29.tar.xz
monzero-gui-e2bfe25b9d778c94efb9b6331698565bc8efca29.zip
AddressBook menu improvment: Send to this address
Diffstat (limited to 'components/AddressBookTable.qml')
-rw-r--r--components/AddressBookTable.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/AddressBookTable.qml b/components/AddressBookTable.qml
index b8de57a9..abf72371 100644
--- a/components/AddressBookTable.qml
+++ b/components/AddressBookTable.qml
@@ -122,7 +122,7 @@ ListView {
ListModel {
id: dropModel
ListElement { name: "<b>Copy address to clipboard</b>"; icon: "../images/dropdownCopy.png" }
- ListElement { name: "<b>Send to same destination</b>"; icon: "../images/dropdownSend.png" }
+ ListElement { name: "<b>Send to this address</b>"; icon: "../images/dropdownSend.png" }
// ListElement { name: "<b>Find similar transactions</b>"; icon: "../images/dropdownSearch.png" }
ListElement { name: "<b>Remove from address book</b>"; icon: "../images/dropdownDel.png" }
}