mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 23:28:14 +03:00
Merge pull request #4272 from nextcloud/Valdnet-patch-2
l10n: Change to lowercase
This commit is contained in:
commit
b3afa4a8ce
1 changed files with 1 additions and 1 deletions
|
@ -417,7 +417,7 @@ void BulkPropagatorJob::slotPutFinished()
|
|||
if (!fullReplyObject.contains(singleFile._remotePath)) {
|
||||
if (jobError != QNetworkReply::NoError) {
|
||||
singleFile._item->_status = SyncFileItem::NormalError;
|
||||
abortWithError(singleFile._item, SyncFileItem::NormalError, tr("Network Error: %1").arg(jobError));
|
||||
abortWithError(singleFile._item, SyncFileItem::NormalError, tr("Network error: %1").arg(jobError));
|
||||
}
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue