From 982bb557a3a714ffadf926e7fdac2f611ecf70b6 Mon Sep 17 00:00:00 2001 From: Someone <10882916+InterN0te@users.noreply.github.com> Date: Thu, 2 Nov 2023 08:44:46 +0000 Subject: [PATCH] Renamed option "Display active torrents" Removed change in public/locales/fr/modules/torrents-status.json --- public/locales/en/modules/torrents-status.json | 2 +- public/locales/fr/modules/torrents-status.json | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/public/locales/en/modules/torrents-status.json b/public/locales/en/modules/torrents-status.json index c8b38af58..d6039b83c 100644 --- a/public/locales/en/modules/torrents-status.json +++ b/public/locales/en/modules/torrents-status.json @@ -11,7 +11,7 @@ "label": "Display completed torrents" }, "displayActiveTorrents": { - "label": "Show active torrents when completed torrents are hidden" + "label": "Display active torrents" }, "SpeedLimitOfActiveTorrents": { "label": "Upload speed to consider a torrent as active (kB/s)" diff --git a/public/locales/fr/modules/torrents-status.json b/public/locales/fr/modules/torrents-status.json index 1c7580b0b..d9bc84188 100644 --- a/public/locales/fr/modules/torrents-status.json +++ b/public/locales/fr/modules/torrents-status.json @@ -10,12 +10,6 @@ "displayCompletedTorrents": { "label": "Cacher les torrents terminés" }, - "displayActiveTorrents": { - "label": "Afficher les torrents actifs quand les torrents terminés sont masqués" - }, - "SpeedLimitOfActiveTorrents": { - "label": "Débit d'upload pour considérer un torrent comme actif (ko/s)" - }, "displayStaleTorrents": { "label": "Afficher les torrents périmés" },