aboutsummaryrefslogtreecommitdiff
path: root/components/TableDropdown.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/TableDropdown.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/TableDropdown.qml')
-rw-r--r--components/TableDropdown.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/TableDropdown.qml b/components/TableDropdown.qml
index 0a1148df..699968e3 100644
--- a/components/TableDropdown.qml
+++ b/components/TableDropdown.qml
@@ -180,7 +180,7 @@ Item {
// Workaround for translations in listElements. All translated strings needs to be listed in this file.
property string stringCopy: qsTr("<b>Copy address to clipboard</b>") + translationManager.emptyString
- property string stringSend: qsTr("<b>Send to same destination</b>") + translationManager.emptyString
+ property string stringSend: qsTr("<b>Send to this address</b>") + translationManager.emptyString
property string stringFind: qsTr("<b>Find similar transactions</b>") + translationManager.emptyString
property string stringRemove: qsTr("<b>Remove from address book</b>") + translationManager.emptyString