зеркало из https://github.com/nextcloud/desktop.git
Remove parenthesis
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
This commit is contained in:
Родитель
d61983643a
Коммит
cedf079762
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче