Skip to content

Commit

Permalink
gui: add some context for translators
Browse files Browse the repository at this point in the history
Resolves #7095

Signed-off-by: Jyrki Gadinger <nilsding@nilsding.org>
  • Loading branch information
nilsding authored and claucambra committed Sep 24, 2024
1 parent 8153339 commit ab9eefb
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 ab9eefb

Please sign in to comment.