Просмотр исходного кода

Changed wording to suggestion

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
rakekniven 4 лет назад
Родитель
Сommit
91884eef4a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/gui/tray/syncstatussummary.cpp

+ 1 - 1
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);