mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-21 20:45:51 +03:00
gui: add some context for translators
Resolves #7095 Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
This commit is contained in:
parent
9c9943bd25
commit
34785c2fd2
1 changed files with 1 additions and 0 deletions
|
@ -431,6 +431,7 @@ void ownCloudGui::slotComputeOverallSyncStatus()
|
|||
folder->syncResult().hasUnresolvedConflicts(),
|
||||
folder->syncPaused(),
|
||||
folder->syncEngine().progressInfo());
|
||||
//: Example text: "Nextcloud: Syncing 25MB (3 minutes left)" (%1 is the folder name to be synced, %2 a status message for that folder)
|
||||
allStatusStrings += tr("%1: %2").arg(folder->shortGuiLocalPath(), folderMessage);
|
||||
}
|
||||
#ifdef BUILD_FILE_PROVIDER_MODULE
|
||||
|
|
Loading…
Reference in a new issue