mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 16:28:14 +00:00
Settlings.qml: Change "Save" button to "Connect"
This commit is contained in:
parent
b1f5d69ce5
commit
6fbba9f88c
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ Rectangle {
|
|||
id: daemonAddrSave
|
||||
Layout.fillWidth: false
|
||||
Layout.leftMargin: 30
|
||||
text: qsTr("Save") + translationManager.emptyString
|
||||
text: qsTr("Connect") + translationManager.emptyString
|
||||
shadowReleasedColor: "#FF4304"
|
||||
shadowPressedColor: "#B32D00"
|
||||
releasedColor: "#FF6C3C"
|
||||
|
|
Loading…
Reference in a new issue