Changed wording to suggestion
authorrakekniven <2069590+rakekniven@users.noreply.github.com>
Tue, 19 Oct 2021 07:54:05 +0000 (09:54 +0200)
committerallexzander (Rebase PR Action) <allexzander@users.noreply.github.com>
Sat, 23 Oct 2021 07:06:23 +0000 (07:06 +0000)
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
src/gui/tray/syncstatussummary.cpp

index da72e5b1c61cd4e8277ffed2f11348a779931fef..adb2003e911875848169a31e24cf6eb1db31f04d 100644 (file)
@@ -166,7 +166,7 @@ void SyncStatusSummary::setSyncStateForFolder(const Folder *folder)
     case SyncResult::Problem:
     case SyncResult::Undefined:
         setSyncing(false);
-        setSyncStatusString(tr("There is a problem with some files during the synchronisation!"));
+        setSyncStatusString(tr("Some files could not be synced!"));
         setSyncStatusDetailString(tr("See below for warnings"));
         setSyncIcon(Theme::instance()->syncStatusWarning());
         markFolderAsError(folder);