diff --git a/src/lib/downloads/downloaditem.cpp b/src/lib/downloads/downloaditem.cpp index faf5a437a..2ddceee49 100644 --- a/src/lib/downloads/downloaditem.cpp +++ b/src/lib/downloads/downloaditem.cpp @@ -183,7 +183,7 @@ void DownloadItem::finished() m_timer.stop(); QString host = m_reply ? m_reply->url().host() : m_ftpDownloader->url().host(); - ui->downloadInfo->setText(tr("Done - %1").arg(host)); + ui->downloadInfo->setText(tr("Done - %1 (%2)").arg(host, QDateTime::currentDateTime().toString(Qt::DefaultLocaleShortDate))); ui->progressBar->hide(); ui->button->hide(); ui->frame->hide();