mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
Shorten column name
This commit is contained in:
parent
b70d824854
commit
aec3d827fc
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ QVariant TransferListModel::headerData(const int section, const Qt::Orientation
|
||||||
case TR_INFOHASH_V2: return tr("Info Hash v2", "i.e: torrent info hash v2");
|
case TR_INFOHASH_V2: return tr("Info Hash v2", "i.e: torrent info hash v2");
|
||||||
case TR_REANNOUNCE: return tr("Reannounce In", "Indicates the time until next trackers reannounce");
|
case TR_REANNOUNCE: return tr("Reannounce In", "Indicates the time until next trackers reannounce");
|
||||||
case TR_PRIVATE: return tr("Private", "Flags private torrents");
|
case TR_PRIVATE: return tr("Private", "Flags private torrents");
|
||||||
case TR_PERCENT_SELECTED: return tr("% Selected Data", "Percentage of selected data to download.");
|
case TR_PERCENT_SELECTED: return tr("%", "Percentage of selected data to download.");
|
||||||
default: return {};
|
default: return {};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue