From 9a0454d07fcb384768efdbb3312da9c3497cda1d Mon Sep 17 00:00:00 2001 From: Floris Bos Date: Mon, 9 Mar 2020 13:04:21 +0100 Subject: [PATCH] Verify error: correct spelling --- downloadthread.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/downloadthread.cpp b/downloadthread.cpp index 0041a41..4726c80 100644 --- a/downloadthread.cpp +++ b/downloadthread.cpp @@ -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;