aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxmr-eric <eric@moneroeric.com>2016-10-11 18:14:43 -0400
committerGitHub <noreply@github.com>2016-10-11 18:14:43 -0400
commitae91fbb556bcf329a67ffb34637f382765816c6e (patch)
tree890100caad092dbc4e3a3e15ea8f46e58d25006f
parent6a386a42fc71f56cd09bb25a715c826cf0270314 (diff)
downloadmonzero-gui-ae91fbb556bcf329a67ffb34637f382765816c6e.tar.gz
monzero-gui-ae91fbb556bcf329a67ffb34637f382765816c6e.tar.xz
monzero-gui-ae91fbb556bcf329a67ffb34637f382765816c6e.zip
Fixed 1 typo in Settings.qml
-rw-r--r--pages/Settings.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/Settings.qml b/pages/Settings.qml
index 8e73b8fe..8bfb4d2e 100644
--- a/pages/Settings.qml
+++ b/pages/Settings.qml
@@ -190,7 +190,7 @@ Rectangle {
Layout.fillWidth: true
color: "#4A4949"
- text: qsTr("Daemon adress") + translationManager.emptyString
+ text: qsTr("Daemon address") + translationManager.emptyString
fontSize: 16
}