AddressBook menu improvment: Send to this address

This commit is contained in:
Jonathan Cross
2017-04-18 18:15:30 +02:00
parent 4ca35af11a
commit e2bfe25b9d
4 changed files with 4 additions and 4 deletions

View File

@@ -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