mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-09-23 03:07:09 -04:00
Fix typo in status message for asset files (#4161)
This commit is contained in:
commit
f7e58723e0
@ -77,7 +77,7 @@ void AssetUpdateTask::assetIndexFinished()
|
||||
if (resourceURL != BuildConfig.DEFAULT_RESOURCE_BASE) {
|
||||
source = QUrl(resourceURL).host();
|
||||
}
|
||||
setStatus(tr("Getting the assets files from %1...").arg(source));
|
||||
setStatus(tr("Getting the asset files from %1...").arg(source));
|
||||
downloadJob = job;
|
||||
connect(downloadJob.get(), &NetJob::succeeded, this, &AssetUpdateTask::emitSucceeded);
|
||||
connect(downloadJob.get(), &NetJob::failed, this, &AssetUpdateTask::assetsFailed);
|
||||
|
Loading…
x
Reference in New Issue
Block a user