From bdc95390480fe59278b59e71ae527aefb781f9ad Mon Sep 17 00:00:00 2001 From: Jyrki Gadinger Date: Tue, 10 Sep 2024 09:53:20 +0200 Subject: [PATCH] gui: add some context for translators Resolves #7095 Signed-off-by: Jyrki Gadinger --- src/gui/owncloudgui.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/owncloudgui.cpp b/src/gui/owncloudgui.cpp index ae0b210a8..0f8b186fd 100644 --- a/src/gui/owncloudgui.cpp +++ b/src/gui/owncloudgui.cpp @@ -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 -- 2.30.2