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-16 22:15:18 +0300
committerallexzander (Rebase PR Action) <allexzander@users.noreply.github.com>2021-10-23 10:06:23 +0300
commitfb3c7401291f4f2fe436eb63fcbd9f57c06cdc9e (patch)
treed557b5c258ce8ec2c9f9bf22a7418defc0712576 /src/gui
parent359d85dd66a66eeffd07b2f3bdee75c7fd9d3615 (diff)
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>
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 5c142cb90..da72e5b1c 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("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);