Settlings.qml: Change "Save" button to "Connect"

This commit is contained in:
xmr-eric 2017-03-23 13:30:36 -04:00 committed by GitHub
parent b1f5d69ce5
commit 6fbba9f88c
1 changed files with 1 additions and 1 deletions

View File

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