From 5b2319b514a97d30f2451778c17c7c4e27a031b1 Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Wed, 22 Jun 2016 00:50:30 +0200 Subject: improve spelling --- accounts/imap/package/contents/ui/ImapAccountSettings.qml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'accounts/imap/package/contents/ui') 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 { width: parent.width - 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" + 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" //TODO wait for kirgami theme disabled text color opacity: 0.5 wrapMode: Text.Wrap @@ -94,7 +94,7 @@ Item { } Kirigami.Label { - text: "Email adress" + text: "Email address" Layout.alignment: Qt.AlignRight } TextField { @@ -135,7 +135,7 @@ Item { } Kirigami.Label { - text: "IMAP adress" + text: "IMAP address" Layout.alignment: Qt.AlignRight } TextField { @@ -159,7 +159,7 @@ Item { } Kirigami.Label { - text: "Smtp adress" + text: "Smtp address" Layout.alignment: Qt.AlignRight } TextField { -- cgit v1.2.3