mirror of
https://github.com/chylex/Nextcloud-Desktop.git
synced 2025-05-30 04:34:08 +02:00
Merge pull request #1118 from tuchfarber/tuchfarber/fix_empty_file_error_wording
Fix empty file wording in error log (small)
This commit is contained in:
commit
f520d7364d
@ -659,7 +659,7 @@ void PropagateDownloadFile::slotGetFinished()
|
|||||||
if (_tmpFile.size() == 0 && _item->_size > 0) {
|
if (_tmpFile.size() == 0 && _item->_size > 0) {
|
||||||
FileSystem::remove(_tmpFile.fileName());
|
FileSystem::remove(_tmpFile.fileName());
|
||||||
done(SyncFileItem::NormalError,
|
done(SyncFileItem::NormalError,
|
||||||
tr("The downloaded file is empty despite the server announced it should have been %1.")
|
tr("The downloaded file is empty despite that the server announced it should have been %1.")
|
||||||
.arg(Utility::octetsToString(_item->_size)));
|
.arg(Utility::octetsToString(_item->_size)));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user