mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
l10n: Change sync message #3027
This commit is contained in:
parent
e3a26477a2
commit
519dee9104
@ -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.");
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user