summaryrefslogtreecommitdiffstats
path: root/framework/qml/MailListView.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-07-19 11:14:14 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-07-19 11:14:14 +0200
commit86d61d38091e71200e35b84c4eb7c6f8781c75db (patch)
tree995694d997b4abe5b43d5d4d5f9df9963d510e0f /framework/qml/MailListView.qml
parent234dada3a01c178fc9b1fa1641acbddd38644477 (diff)
downloadkube-86d61d38091e71200e35b84c4eb7c6f8781c75db.tar.gz
kube-86d61d38091e71200e35b84c4eb7c6f8781c75db.zip
make it translateable
Diffstat (limited to 'framework/qml/MailListView.qml')
-rw-r--r--framework/qml/MailListView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/MailListView.qml b/framework/qml/MailListView.qml
index a6db1aba..20012576 100644
--- a/framework/qml/MailListView.qml
+++ b/framework/qml/MailListView.qml
@@ -60,7 +60,7 @@ FocusScope {
60 anchors.centerIn: parent 60 anchors.centerIn: parent
61 visible: listView.count === 0 61 visible: listView.count === 0
62 //TODO depending on whether we synchronized already or not the label should change. 62 //TODO depending on whether we synchronized already or not the label should change.
63 text: "Nothing here..." 63 text: qsTr("Nothing here...")
64 } 64 }
65 65
66 Kube.ListView { 66 Kube.ListView {