Use consistent text for "Do not download" priority

To match priority setting in menu.

PR #23593.
This commit is contained in:
John Veness
2025-12-15 08:28:19 +00:00
committed by GitHub
parent 56cd98e06e
commit 19ebf67c74

View File

@@ -112,7 +112,7 @@ QString TorrentContentModelItem::displayData(const int column) const
case BitTorrent::DownloadPriority::Mixed:
return tr("Mixed", "Mixed (priorities");
case BitTorrent::DownloadPriority::Ignored:
return tr("Not downloaded");
return tr("Do not download", "Do not download (priority)");
case BitTorrent::DownloadPriority::High:
return tr("High", "High (priority)");
case BitTorrent::DownloadPriority::Maximum: