Skip to content

Commit

Permalink
l10n: Change sync message #3027
Browse files Browse the repository at this point in the history
  • Loading branch information
Valdnet authored and Felix Weilbach (Rebase PR Action) committed Mar 24, 2021
1 parent e3a2647 commit 519dee9
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 519dee9

Please sign in to comment.