Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorrakekniven <2069590+rakekniven@users.noreply.github.com>2021-10-19 10:54:05 +0300
committerallexzander (Rebase PR Action) <allexzander@users.noreply.github.com>2021-10-23 10:06:23 +0300
commit91884eef4af925cf0e4ab1e5b53b57b190937c3d (patch)
tree707238bb024e418f499c112fbbd1f79f15ec2b31 /src/gui
parentfb3c7401291f4f2fe436eb63fcbd9f57c06cdc9e (diff)
Changed wording to suggestion
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/tray/syncstatussummary.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/tray/syncstatussummary.cpp b/src/gui/tray/syncstatussummary.cpp
index da72e5b1c..adb2003e9 100644
--- a/src/gui/tray/syncstatussummary.cpp
+++ b/src/gui/tray/syncstatussummary.cpp
@@ -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);