gui: add some context for translators
authorJyrki Gadinger <nilsding@nilsding.org>
Tue, 10 Sep 2024 07:53:20 +0000 (09:53 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Fri, 13 Sep 2024 09:41:37 +0000 (09:41 +0000)
Resolves #7095

Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
src/gui/owncloudgui.cpp

index ae0b210a87550574fdc8f6caaeae92992be588e6..0f8b186fd511bcafd175e11fad5fe9a0e267b98f 100644 (file)
@@ -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