From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Tue, 23 Mar 2021 09:33:17 +0000 (+0100) Subject: l10n: Change sync message #3027 X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~21^2~301^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=519dee910403ce06933c46790739b1ce99fc3344;p=nextcloud-desktop.git l10n: Change sync message #3027 --- 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."); }