diff options
Diffstat (limited to 'framework/qml/MailListView.qml')
-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 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 { |