Skip to content

Commit

Permalink
Merge pull request #7115 from nextcloud/backport/7096/stable-3.14
Browse files Browse the repository at this point in the history
[stable-3.14] gui: add some context for translators
  • Loading branch information
mgallien authored Sep 13, 2024
2 parents 8e80ed9 + bdc9539 commit ca4a959
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/owncloudgui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca4a959

Please sign in to comment.