Fixed 1 typo in Settings.qml

pull/2/head
xmr-eric 8 years ago committed by GitHub
parent 6a386a42fc
commit ae91fbb556

@ -190,7 +190,7 @@ Rectangle {
Layout.fillWidth: true
color: "#4A4949"
text: qsTr("Daemon adress") + translationManager.emptyString
text: qsTr("Daemon address") + translationManager.emptyString
fontSize: 16
}