mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
Fix case order
This commit is contained in:
parent
489ed9bcdc
commit
5c3d325630
1 changed files with 1 additions and 1 deletions
|
@ -202,8 +202,8 @@ QVariant TransferListModel::headerData(const int section, const Qt::Orientation
|
||||||
{
|
{
|
||||||
switch (section)
|
switch (section)
|
||||||
{
|
{
|
||||||
case TR_POPULARITY: return tr("Ratio / Time Active (in months), indicates how popular the torrent is");
|
|
||||||
case TR_PERCENT_SELECTED: return tr("Wanted / Total size, indicates percentage of selected data to download");
|
case TR_PERCENT_SELECTED: return tr("Wanted / Total size, indicates percentage of selected data to download");
|
||||||
|
case TR_POPULARITY: return tr("Ratio / Time Active (in months), indicates how popular the torrent is");
|
||||||
default: return {};
|
default: return {};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue