summaryrefslogtreecommitdiff
path: root/src/downloadlistwidget.cpp
diff options
context:
space:
mode:
authorSilarn <jrim@rimpo.org>2019-07-05 16:28:33 -0500
committerSilarn <jrim@rimpo.org>2019-07-05 16:28:33 -0500
commit5feff2f997f10724739ca12754f99806dfc61980 (patch)
tree95b7ddb3c77e20c104cc18903c304aed405d7aee /src/downloadlistwidget.cpp
parent9a795c3ce90bc221574e909db1665f2bc64800ed (diff)
parent7e760c700a89114909e607bd94a7c4ea5ed8319c (diff)
Merge remote-tracking branch 'origin/Develop' into qt-5.13
Diffstat (limited to 'src/downloadlistwidget.cpp')
-rw-r--r--src/downloadlistwidget.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/downloadlistwidget.cpp b/src/downloadlistwidget.cpp
index be3adc5f..c75ecdd2 100644
--- a/src/downloadlistwidget.cpp
+++ b/src/downloadlistwidget.cpp
@@ -235,9 +235,9 @@ void DownloadListWidget::onCustomContextMenu(const QPoint &point)
menu.addSeparator();
}
- menu.addAction(tr("Delete Installed..."), this, SLOT(issueDeleteCompleted()));
- menu.addAction(tr("Delete Uninstalled..."), this, SLOT(issueDeleteUninstalled()));
- menu.addAction(tr("Delete All..."), this, SLOT(issueDeleteAll()));
+ menu.addAction(tr("Delete Installed Downloads..."), this, SLOT(issueDeleteCompleted()));
+ menu.addAction(tr("Delete Uninstalled Downloads..."), this, SLOT(issueDeleteUninstalled()));
+ menu.addAction(tr("Delete All Downloads..."), this, SLOT(issueDeleteAll()));
menu.addSeparator();
if (!hidden) {