Merge pull request #55

ae91fbb Fixed 1 typo in Settings.qml (xmr-eric)
This commit is contained in:
Riccardo Spagni 2016-10-12 20:32:48 +02:00
commit 667fbf1f2e
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD

View file

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