From: Jyrki Gadinger Date: Tue, 10 Sep 2024 07:53:20 +0000 (+0200) Subject: gui: add some context for translators X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~6^2~19^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=bdc95390480fe59278b59e71ae527aefb781f9ad;p=nextcloud-desktop.git gui: add some context for translators Resolves #7095 Signed-off-by: Jyrki Gadinger --- 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