mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -06:00
Use consistent text for "Do not download" priority
To match priority setting in menu. PR #23593.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user