Merge pull request #3029 from nextcloud/Valdnet-patch-2

l10n: Change sync message
This commit is contained in:
Felix Weilbach 2021-03-24 15:03:22 +01:00 committed by GitHub
commit c29c011095
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.");
}