summaryrefslogtreecommitdiffstats
path: root/accounts/imap/package/contents/ui/ImapAccountSettings.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2016-06-22 00:50:30 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2016-06-22 00:50:30 +0200
commit5b2319b514a97d30f2451778c17c7c4e27a031b1 (patch)
tree9630277a742589c18127ed2867ff27c70d34100c /accounts/imap/package/contents/ui/ImapAccountSettings.qml
parentff59585a9b243183da0c30665f9de63b882d2b1f (diff)
downloadkube-5b2319b514a97d30f2451778c17c7c4e27a031b1.tar.gz
kube-5b2319b514a97d30f2451778c17c7c4e27a031b1.zip
improve spelling
Diffstat (limited to 'accounts/imap/package/contents/ui/ImapAccountSettings.qml')
-rw-r--r--accounts/imap/package/contents/ui/ImapAccountSettings.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/accounts/imap/package/contents/ui/ImapAccountSettings.qml b/accounts/imap/package/contents/ui/ImapAccountSettings.qml
index ca220f3e..c8131b6a 100644
--- a/accounts/imap/package/contents/ui/ImapAccountSettings.qml
+++ b/accounts/imap/package/contents/ui/ImapAccountSettings.qml
@@ -59,7 +59,7 @@ Item {
59 59
60 width: parent.width 60 width: parent.width
61 61
62 text: "To let Kube access your account, fill in email adress, username, password and give the account a title that will be displayed inside Kube. For information about which SMTP, IMAP server, which authentification and port to be used, please contact your email provider" 62 text: "To let Kube access your account, fill in email address, username, password and give the account a title that will be displayed inside Kube. For information about which SMTP, IMAP server, which authentification and port to be used, please contact your email provider"
63 //TODO wait for kirgami theme disabled text color 63 //TODO wait for kirgami theme disabled text color
64 opacity: 0.5 64 opacity: 0.5
65 wrapMode: Text.Wrap 65 wrapMode: Text.Wrap
@@ -94,7 +94,7 @@ Item {
94 } 94 }
95 95
96 Kirigami.Label { 96 Kirigami.Label {
97 text: "Email adress" 97 text: "Email address"
98 Layout.alignment: Qt.AlignRight 98 Layout.alignment: Qt.AlignRight
99 } 99 }
100 TextField { 100 TextField {
@@ -135,7 +135,7 @@ Item {
135 } 135 }
136 136
137 Kirigami.Label { 137 Kirigami.Label {
138 text: "IMAP adress" 138 text: "IMAP address"
139 Layout.alignment: Qt.AlignRight 139 Layout.alignment: Qt.AlignRight
140 } 140 }
141 TextField { 141 TextField {
@@ -159,7 +159,7 @@ Item {
159 } 159 }
160 160
161 Kirigami.Label { 161 Kirigami.Label {
162 text: "Smtp adress" 162 text: "Smtp address"
163 Layout.alignment: Qt.AlignRight 163 Layout.alignment: Qt.AlignRight
164 } 164 }
165 TextField { 165 TextField {