|
@@ -1710,7 +1710,7 @@ void pkgAcqFile::Done(string Message,unsigned long Size,string CalcHash,
|
|
|
if(!ExpectedHash.empty() && ExpectedHash.toStr() != CalcHash)
|
|
if(!ExpectedHash.empty() && ExpectedHash.toStr() != CalcHash)
|
|
|
{
|
|
{
|
|
|
Status = StatError;
|
|
Status = StatError;
|
|
|
- ErrorText = "Hash Sum mismatch";
|
|
|
|
|
|
|
+ ErrorText = _("Hash Sum mismatch");
|
|
|
Rename(DestFile,DestFile + ".FAILED");
|
|
Rename(DestFile,DestFile + ".FAILED");
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|