From c9a1346d76de278b0383e0c09ba24a4d1a0897a1 Mon Sep 17 00:00:00 2001 From: kervala Date: Tue, 11 Oct 2016 18:03:26 +0200 Subject: [PATCH] Changed: Better error message --- code/ryzom/tools/client/ryzom_installer/src/filesextractor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ryzom/tools/client/ryzom_installer/src/filesextractor.cpp b/code/ryzom/tools/client/ryzom_installer/src/filesextractor.cpp index 28b04f82b..535b43b76 100644 --- a/code/ryzom/tools/client/ryzom_installer/src/filesextractor.cpp +++ b/code/ryzom/tools/client/ryzom_installer/src/filesextractor.cpp @@ -502,7 +502,7 @@ bool CFilesExtractor::extract7z() break; case SZ_ERROR_INPUT_EOF: - error = QApplication::tr("Errors in 7z file"); + error = QApplication::tr("File %1 is corrupted, unable to uncompress it").arg(m_sourceFile); break; case SZ_ERROR_FAIL: