Verify error: correct spelling

This commit is contained in:
Floris Bos 2020-03-09 13:04:21 +01:00
parent a367ed0683
commit 9a0454d07f

View file

@ -631,8 +631,7 @@ bool DownloadThread::_verify()
}
else
{
DownloadThread::_onDownloadError(tr("Verifying write failed. Contents of SD card is different then what was written to it."
/*"SD card may be broken, or other application may have accessed storage."*/));
DownloadThread::_onDownloadError(tr("Verifying write failed. Contents of SD card is different from what was written to it."));
}
return false;