From 519dee910403ce06933c46790739b1ce99fc3344 Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Tue, 23 Mar 2021 10:33:17 +0100 Subject: [PATCH] l10n: Change sync message #3027 --- src/gui/folderman.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/folderman.cpp b/src/gui/folderman.cpp index 667bfd1fd..896969679 100644 --- a/src/gui/folderman.cpp +++ b/src/gui/folderman.cpp @@ -1489,7 +1489,7 @@ QString FolderMan::trayTooltipStatusString( case SyncResult::Success: case SyncResult::Problem: if (hasUnresolvedConflicts) { - folderMessage = tr("Sync was successful, unresolved conflicts."); + folderMessage = tr("Sync finished with unresolved conflicts."); } else { folderMessage = tr("Last Sync was successful."); } -- 2.30.2