Explorar el Código

Merge pull request #4320 from nextcloud/rakekniven-patch-1

rakekniven hace 4 años
padre
commit
57c3ffa6d2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/libsync/bulkpropagatorjob.cpp

+ 1 - 1
src/libsync/bulkpropagatorjob.cpp

@@ -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()) {