mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Merge pull request #4096 from nextcloud/Valdnet-patch-2
l10n: Remove parenthesis
This commit is contained in:
commit
49a81a7a2c
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user