diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2015-12-02 15:38:51 +0100 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2015-12-02 15:38:51 +0100 |
commit | 055fcb73f17718cf85b8fc6e72231be97d99a619 (patch) | |
tree | b391c658046ba34691098a6473774bc5a0d2fea8 | |
parent | e89dc5e879f55e4111c82fd1b726e78452c460ff (diff) | |
download | kube-055fcb73f17718cf85b8fc6e72231be97d99a619.tar.gz kube-055fcb73f17718cf85b8fc6e72231be97d99a619.zip |
improve wording
-rw-r--r-- | applications/kmail-quick/package/contents/ui/FolderListView.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/kmail-quick/package/contents/ui/FolderListView.qml b/applications/kmail-quick/package/contents/ui/FolderListView.qml index 1b9e179d..807e1568 100644 --- a/applications/kmail-quick/package/contents/ui/FolderListView.qml +++ b/applications/kmail-quick/package/contents/ui/FolderListView.qml | |||
@@ -37,7 +37,7 @@ Item { | |||
37 | 37 | ||
38 | width: parent.width * 0.9 | 38 | width: parent.width * 0.9 |
39 | 39 | ||
40 | placeholderText: "Search email..." | 40 | placeholderText: "Search all email..." |
41 | 41 | ||
42 | } | 42 | } |
43 | } | 43 | } |