The files themselves have no problem. The sync process has problems.
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
case SyncResult::Problem:
case SyncResult::Undefined:
setSyncing(false);
- setSyncStatusString(tr("Some files had problems during the sync!"));
+ setSyncStatusString(tr("There is a problem with some files during the synchronisation!"));
setSyncStatusDetailString(tr("See below for warnings"));
setSyncIcon(Theme::instance()->syncStatusWarning());
markFolderAsError(folder);