diff options
| author | Al <gabriel.cortesi@outlook.com> | 2019-07-05 16:28:59 +0200 |
|---|---|---|
| committer | Al <gabriel.cortesi@outlook.com> | 2019-07-05 16:28:59 +0200 |
| commit | 6b8105883190b9d36d27875e4a1914ec8aa670e8 (patch) | |
| tree | 6b2cc2c6ffe356ed7d6080429dba08f40e3ffa2e /src | |
| parent | 1a280f37a7c04e016ab9b73ccd1643762a2060c2 (diff) | |
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.
Diffstat (limited to 'src')
| -rw-r--r-- | src/downloadlistwidget.cpp | 6 |
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) {
|
