summaryrefslogtreecommitdiff
path: root/src/downloadmanager.cpp
diff options
context:
space:
mode:
authorAl <gabriel.cortesi@outlook.com>2018-08-06 16:13:18 +0200
committerGitHub <noreply@github.com>2018-08-06 16:13:18 +0200
commita31b5495b89a13efb8cad0cf56fc585378e04cba (patch)
tree800033a8f8763a4f3e85532be47ad52f4b92e3e9 /src/downloadmanager.cpp
parent1e4b5d2436df759dead3f7c9da9c928da3ff3047 (diff)
parentfc19486f53307c3a4233553db6c60418e991beb1 (diff)
Merge pull request #469 from Freso/minor-fixups
A couple of minor fixes
Diffstat (limited to 'src/downloadmanager.cpp')
-rw-r--r--src/downloadmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/downloadmanager.cpp b/src/downloadmanager.cpp
index 33899f46..224ce333 100644
--- a/src/downloadmanager.cpp
+++ b/src/downloadmanager.cpp
@@ -930,7 +930,7 @@ void DownloadManager::visitOnNexus(int index)
void DownloadManager::openInDownloadsFolder(int index)
{
if ((index < 0) || (index >= m_ActiveDownloads.size())) {
- reportError(tr("VisitNexus: invalid download index %1").arg(index));
+ reportError(tr("OpenFileInDownloadsFolder: invalid download index %1").arg(index));
return;
}
QString params = "/select,\"";