aboutsummaryrefslogtreecommitdiff
path: root/components/DashboardTable.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/DashboardTable.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/DashboardTable.qml')
-rw-r--r--components/DashboardTable.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/DashboardTable.qml b/components/DashboardTable.qml
index ad0b57b6..dc9fbe6d 100644
--- a/components/DashboardTable.qml
+++ b/components/DashboardTable.qml
@@ -216,7 +216,7 @@ ListView {
id: dropModel
ListElement { name: "<b>Copy address to clipboard</b>"; icon: "../images/dropdownCopy.png" }
ListElement { name: "<b>Add to address book</b>"; icon: "../images/dropdownAdd.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" }
}