mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
Verify error: correct spelling
This commit is contained in:
parent
a367ed0683
commit
9a0454d07f
1 changed files with 1 additions and 2 deletions
|
@ -631,8 +631,7 @@ bool DownloadThread::_verify()
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
DownloadThread::_onDownloadError(tr("Verifying write failed. Contents of SD card is different then what was written to it."
|
DownloadThread::_onDownloadError(tr("Verifying write failed. Contents of SD card is different from what was written to it."));
|
||||||
/*"SD card may be broken, or other application may have accessed storage."*/));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue