Removed blank before colon

Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
This commit is contained in:
rakekniven 2021-01-22 21:26:56 +01:00 committed by Kevin Ottens (Rebase PR Action)
parent 04df193539
commit c3403b83ef

View file

@ -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;
}
}