diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-09-11 23:47:02 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-09-11 23:47:02 +0200 |
commit | aa559f644da3b6be8ffa28d0f53b9f989c2076d0 (patch) | |
tree | cb6d60a87ef415972683c5eabfa44e0856ab8c86 | |
parent | 77b36f40931bbfde44e67946003b3939a4f6b27a (diff) | |
download | kube-aa559f644da3b6be8ffa28d0f53b9f989c2076d0.tar.gz kube-aa559f644da3b6be8ffa28d0f53b9f989c2076d0.zip |
Translatable string
-rw-r--r-- | framework/qml/MailListView.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/MailListView.qml b/framework/qml/MailListView.qml index e918cebf..cef38f18 100644 --- a/framework/qml/MailListView.qml +++ b/framework/qml/MailListView.qml | |||
@@ -98,7 +98,7 @@ FocusScope { | |||
98 | Kube.TextField { | 98 | Kube.TextField { |
99 | id: find | 99 | id: find |
100 | Layout.fillWidth: true | 100 | Layout.fillWidth: true |
101 | placeholderText: "Filter..." | 101 | placeholderText: qsTr("Filter...") |
102 | onTextChanged: mailListModel.filter = text | 102 | onTextChanged: mailListModel.filter = text |
103 | activeFocusOnTab: visible | 103 | activeFocusOnTab: visible |
104 | focus: visible | 104 | focus: visible |