diff --git a/src/libsync/syncengine.cpp b/src/libsync/syncengine.cpp index f0c9d627eb..9893058b7d 100644 --- a/src/libsync/syncengine.cpp +++ b/src/libsync/syncengine.cpp @@ -349,7 +349,7 @@ void OCC::SyncEngine::slotItemDiscovered(const OCC::SyncFileItemPtr &item) const auto result = _syncOptions._vfs->convertToPlaceholder(filePath, *item); if (!result) { item->_instruction = CSYNC_INSTRUCTION_ERROR; - item->_errorString = tr("Could not update file : %1").arg(result.error()); + item->_errorString = tr("Could not update file: %1").arg(result.error()); return; } }