mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 06:55:59 +03:00
Merge pull request #3029 from nextcloud/Valdnet-patch-2
l10n: Change sync message
This commit is contained in:
commit
c29c011095
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue