mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 08:17:59 +00:00
AddressBook: fix edit address button tooltip
This commit is contained in:
parent
ecf5c501d6
commit
419a1975eb
1 changed files with 2 additions and 2 deletions
|
@ -235,7 +235,7 @@ Rectangle {
|
|||
}
|
||||
|
||||
MoneroComponents.IconButton {
|
||||
id: renameButton
|
||||
id: editEntryButton
|
||||
image: "qrc:///images/edit.svg"
|
||||
color: MoneroComponents.Style.defaultFontColor
|
||||
opacity: isOpenGL ? 0.5 : 1
|
||||
|
@ -244,7 +244,7 @@ Rectangle {
|
|||
fontAwesomeFallbackOpacity: 0.5
|
||||
Layout.preferredWidth: 23
|
||||
Layout.preferredHeight: 21
|
||||
tooltip: qsTr("Edit address label") + translationManager.emptyString
|
||||
tooltip: qsTr("Edit entry") + translationManager.emptyString
|
||||
|
||||
onClicked: {
|
||||
addressBookListView.currentIndex = index;
|
||||
|
|
Loading…
Reference in a new issue