Skip to content

Commit

Permalink
Merge pull request #3029 from nextcloud/Valdnet-patch-2
Browse files Browse the repository at this point in the history
l10n: Change sync message
  • Loading branch information
Felix Weilbach authored Mar 24, 2021
2 parents e3a2647 + 519dee9 commit c29c011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/folderman.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.");
}
Expand Down

0 comments on commit c29c011

Please sign in to comment.