From 6b8105883190b9d36d27875e4a1914ec8aa670e8 Mon Sep 17 00:00:00 2001 From: Al Date: Fri, 5 Jul 2019 16:28:59 +0200 Subject: Added "Downloads" since ex NMM users though it mean the installed Mods. It also gives more difference with "Hide" so that it's less likely to use one instead of the other. --- src/downloadlistwidget.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/downloadlistwidget.cpp') 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) { -- cgit v1.3.1