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