Remove parenthesis

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
This commit is contained in:
Valdnet 2021-12-17 08:53:35 +01:00 committed by GitHub
parent d61983643a
commit cedf079762
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -773,7 +773,7 @@ bool OwncloudPropagator::createConflict(const SyncFileItemPtr &item,
QString renameError;
auto conflictModTime = FileSystem::getModTime(fn);
if (conflictModTime <= 0) {
*error = tr("Impossible to get modification time for file in conflict %1)").arg(fn);
*error = tr("Impossible to get modification time for file in conflict %1").arg(fn);
return false;
}
QString conflictUserName;