NOISSUE fix typo
This commit is contained in:
parent
f111d1bc0c
commit
3018310be3
@ -55,7 +55,7 @@ void LibrariesTask::executeTask()
|
|||||||
{
|
{
|
||||||
downloadJob.reset();
|
downloadJob.reset();
|
||||||
QString failed_all = (failedLocalLibraries + failedLocalJarMods).join("\n");
|
QString failed_all = (failedLocalLibraries + failedLocalJarMods).join("\n");
|
||||||
emitFailed(tr("Some artifacts marked as 'local' are missing their files:\n%1\n\nYou need to either add the files, or removed the packages that requires them.\nYou'll have to correct this problem manually.").arg(failed_all));
|
emitFailed(tr("Some artifacts marked as 'local' are missing their files:\n%1\n\nYou need to either add the files, or removed the packages that require them.\nYou'll have to correct this problem manually.").arg(failed_all));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user