diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-06-22 00:51:51 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-06-22 00:51:51 +0200 |
commit | 8f84ef53500a7e0abf9e91f44a6bd1404220f830 (patch) | |
tree | c72194811b6238a14a02848aa97c8af1f9e87146 /accounts | |
parent | 5b2319b514a97d30f2451778c17c7c4e27a031b1 (diff) | |
download | kube-8f84ef53500a7e0abf9e91f44a6bd1404220f830.tar.gz kube-8f84ef53500a7e0abf9e91f44a6bd1404220f830.zip |
improve wording
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/maildir/package/contents/ui/MaildirAccountSettings.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accounts/maildir/package/contents/ui/MaildirAccountSettings.qml b/accounts/maildir/package/contents/ui/MaildirAccountSettings.qml index cd966dd1..4db7177b 100644 --- a/accounts/maildir/package/contents/ui/MaildirAccountSettings.qml +++ b/accounts/maildir/package/contents/ui/MaildirAccountSettings.qml | |||
@@ -81,7 +81,7 @@ Item { | |||
81 | rowSpacing: Kirigami.Units.largeSpacing | 81 | rowSpacing: Kirigami.Units.largeSpacing |
82 | 82 | ||
83 | Kirigami.Label { | 83 | Kirigami.Label { |
84 | text: "Display tilte" | 84 | text: "Title of account" |
85 | Layout.alignment: Qt.AlignRight | 85 | Layout.alignment: Qt.AlignRight |
86 | } | 86 | } |
87 | TextField { | 87 | TextField { |
@@ -189,4 +189,4 @@ Item { | |||
189 | } | 189 | } |
190 | } | 190 | } |
191 | } | 191 | } |
192 | } \ No newline at end of file | 192 | } |