Merge pull request #4096 from nextcloud/Valdnet-patch-2

l10n: Remove parenthesis
This commit is contained in:
Matthieu Gallien 2021-12-17 09:44:44 +01:00 committed by GitHub
commit 49a81a7a2c
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;