mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
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:
parent
359d85dd66
commit
fb3c740129
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user