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