qml: shorten text for adding addresses/keys and add add.png icon
This commit is contained in:
BIN
electrum/gui/icons/add.png
Normal file
BIN
electrum/gui/icons/add.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 687 B |
@@ -468,8 +468,9 @@ Pane {
|
||||
Layout.preferredWidth: 1
|
||||
visible: Daemon.currentWallet.walletType == 'imported'
|
||||
text: Daemon.currentWallet.isWatchOnly
|
||||
? qsTr('Import additional addresses')
|
||||
: qsTr('Import additional keys')
|
||||
? qsTr('Add addresses')
|
||||
: qsTr('Add keys')
|
||||
icon.source: '../../icons/add.png'
|
||||
onClicked: rootItem.importAddressesKeys()
|
||||
}
|
||||
FlatButton {
|
||||
|
||||
Reference in New Issue
Block a user