Skip to content

Commit 8cfa584

Browse files
committed
Change error message
1 parent a5e8106 commit 8cfa584

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/backupbackend.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ void BackupBackend::RestoreBackup(BakFileItemPtr fileitem) {
356356

357357
QuaZipFileInfo64 zip_info;
358358
if (!zfile.getFileInfo(&zip_info)) {
359-
r.failure(tr("Unable to get ZIP file info for \"%1\" from ZIP archive \"%2\".").arg(currentfile).arg(zipfile));
359+
r.failure(tr("Unable to get file info for \"%1\" from ZIP archive \"%2\".").arg(currentfile).arg(zipfile));
360360
zfile.close();
361361
archive.close();
362362
return;

0 commit comments

Comments
 (0)