mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 06:55:59 +03:00
Merge pull request #4320 from nextcloud/rakekniven-patch-1
This commit is contained in:
commit
57c3ffa6d2
1 changed files with 1 additions and 1 deletions
|
@ -673,7 +673,7 @@ void BulkPropagatorJob::handleFileRestoration(SyncFileItemPtr item,
|
|||
|| item->_status == SyncFileItem::Conflict) {
|
||||
item->_status = SyncFileItem::Restoration;
|
||||
} else {
|
||||
item->_errorString += tr("; Restoration Failed: %1").arg(errorString);
|
||||
item->_errorString += tr("Restoration failed: %1").arg(errorString);
|
||||
}
|
||||
} else {
|
||||
if (item->_errorString.isEmpty()) {
|
||||
|
|
Loading…
Reference in a new issue