Changed wording of status message

The files themselves have no problem. The sync process has problems. 

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
rakekniven 2021-10-16 21:15:18 +02:00 committed by allexzander (Rebase PR Action)
parent 359d85dd66
commit fb3c740129

View File

@ -166,7 +166,7 @@ void SyncStatusSummary::setSyncStateForFolder(const Folder *folder)
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);