fix java archive typo
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
3e1cf6b2a7
commit
9567d763c1
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ void ArchiveDownloadTask::extractJava(QString input)
|
|||
}
|
||||
auto files = zip->getFileNameList();
|
||||
if (files.isEmpty()) {
|
||||
emitFailed(tr("No files were found in the supplied zip file,"));
|
||||
emitFailed(tr("No files were found in the supplied zip file."));
|
||||
return;
|
||||
}
|
||||
m_task = makeShared<MMCZip::ExtractZipTask>(zip, m_final_path, files[0]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue