diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-19 18:56:05 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-19 18:56:05 +0200 |
commit | 157dc77e2231d8c21e17d91fc59b36e3cb225e2d (patch) | |
tree | bdde99a2b8a23aaefd85e67b8594290daa7ae128 | |
parent | bdcbf308d1b6c64d9a909cf232f4d805350aafdf (diff) | |
download | kube-157dc77e2231d8c21e17d91fc59b36e3cb225e2d.tar.gz kube-157dc77e2231d8c21e17d91fc59b36e3cb225e2d.zip |
Translate string
-rw-r--r-- | components/kube/contents/ui/Kube.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/kube/contents/ui/Kube.qml b/components/kube/contents/ui/Kube.qml index 40ac24d0..78fc8b29 100644 --- a/components/kube/contents/ui/Kube.qml +++ b/components/kube/contents/ui/Kube.qml | |||
@@ -305,7 +305,7 @@ Controls2.ApplicationWindow { | |||
305 | id: searchField | 305 | id: searchField |
306 | focus: true | 306 | focus: true |
307 | Layout.fillWidth: true | 307 | Layout.fillWidth: true |
308 | placeholderText: "Filter... (only applies to the mail list for now)" | 308 | placeholderText: qsTr("Filter... (only applies to the mail list for now)") |
309 | Keys.onReturnPressed: { | 309 | Keys.onReturnPressed: { |
310 | Kube.Fabric.postMessage(Kube.Messages.search, {"filterString": searchField.text}) | 310 | Kube.Fabric.postMessage(Kube.Messages.search, {"filterString": searchField.text}) |
311 | search.close() | 311 | search.close() |