aboutsummaryrefslogtreecommitdiff
path: root/launcher/updater
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2021-10-21 23:25:52 +0200
committerPetr Mrázek <peterix@gmail.com>2021-10-21 23:25:52 +0200
commit7c86732a47ab40db4061e6c333945e4922f4626e (patch)
tree1e9764a46ed6363444b9dbded151c8da2a444479 /launcher/updater
parenta8458e36ff84c229f68374dfa5319a147b6bce13 (diff)
downloadPrismLauncher-7c86732a47ab40db4061e6c333945e4922f4626e.tar.gz
PrismLauncher-7c86732a47ab40db4061e6c333945e4922f4626e.tar.bz2
PrismLauncher-7c86732a47ab40db4061e6c333945e4922f4626e.zip
NOISSUE Update links to repo, fix up library README
Diffstat (limited to 'launcher/updater')
-rw-r--r--launcher/updater/DownloadTask.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/updater/DownloadTask.cpp b/launcher/updater/DownloadTask.cpp
index 2c62ad24..875d9d84 100644
--- a/launcher/updater/DownloadTask.cpp
+++ b/launcher/updater/DownloadTask.cpp
@@ -131,7 +131,7 @@ void DownloadTask::processDownloadedVersionInfo()
QObject::connect(netJob.get(), &NetJob::progress, this, &DownloadTask::fileDownloadProgressChanged);
QObject::connect(netJob.get(), &NetJob::failed, this, &DownloadTask::fileDownloadFailed);
- if(netJob->size() == 1) // Translation issues... see https://github.com/MultiMC/MultiMC5/issues/1701
+ if(netJob->size() == 1) // Translation issues... see https://github.com/MultiMC/Launcher/issues/1701
{
setStatus(tr("Downloading one update file."));
}