Skip to content

Commit 9219c06

Browse files
committed
Fix typo (#696)
1 parent 4fdcb86 commit 9219c06

File tree

11 files changed

+2571
-2561
lines changed

11 files changed

+2571
-2561
lines changed

src/ui/screens/mainwindow/torrentsmodel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ namespace tremotesf {
340340
return qApp->translate("tremotesf", "Leechers");
341341
case Column::PeersSendingToUs:
342342
//: Torrents list column name, number of peers that we are downloading from
343-
return qApp->translate("tremotesf", "Downloading to peers");
343+
return qApp->translate("tremotesf", "Downloading from peers");
344344
case Column::PeersGettingFromUs:
345345
//: Torrents list column name, number of peers that we are uploading to
346346
return qApp->translate("tremotesf", "Uploading to peers");

translations/de.ts

Lines changed: 257 additions & 256 deletions
Large diffs are not rendered by default.

translations/en.ts

Lines changed: 257 additions & 256 deletions
Large diffs are not rendered by default.

translations/es_ES.ts

Lines changed: 257 additions & 256 deletions
Large diffs are not rendered by default.

translations/fr.ts

Lines changed: 257 additions & 256 deletions
Large diffs are not rendered by default.

translations/it_IT.ts

Lines changed: 257 additions & 256 deletions
Large diffs are not rendered by default.

translations/pl.ts

Lines changed: 257 additions & 256 deletions
Large diffs are not rendered by default.

translations/ru.ts

Lines changed: 257 additions & 256 deletions
Large diffs are not rendered by default.

translations/source.ts

Lines changed: 257 additions & 256 deletions
Large diffs are not rendered by default.

translations/tr.ts

Lines changed: 257 additions & 256 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)