diff --git a/src/qml/DownloadListPage.qml b/src/qml/DownloadListPage.qml index 7b82ded2..9b54a284 100644 --- a/src/qml/DownloadListPage.qml +++ b/src/qml/DownloadListPage.qml @@ -52,7 +52,8 @@ Kirigami.ScrollablePage { width: Kirigami.Units.gridUnit * 20 anchors.centerIn: parent - text: i18n("No downloads") + icon.name: "download" + text: i18nc("@info:placeholder", "No downloads") } model: DownloadModel